Delete a performance job

delete/performanceTasks/{taskId}/performanceJobs/{jobId}

Deletes the specified performance job.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The identifier of the performance job.

taskId
string
true

The identifier of the task.

Responses

StatusMeaningDescription
204No Content

The performance job was deleted.

404Not Found

No performance task exists at the requested path.