Delete a performance task definition

delete/performanceTasks/{taskId}
Internal-Use Only

Deletes a performance task definition.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The identifier of the task.

Query Parameters

NameTypeRequiredDescription
deleteTable
boolean
false

Indicates whether to delete the table.

Default:
false
deleteTask
boolean
false

Indicates whether to delete the task.

Default:
true

Responses

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