Delete a performance job

delete/performanceTasks/{taskId}/performanceJobs/{jobId}
Internal-Use Only

Deletes the specified performance job.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The identifier of the performance job.

taskId
string
true

The identifier of the task.

Responses

StatusMeaningDescription
204No ContentThe performance job was deleted.
404Not FoundNo performance task exists at the requested path.