Delete a performance task definition

delete/performanceTasks/{taskId}

Deletes a performance task definition.

Request Samples

1

Response Samples

1Not Available

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 Content

The performance task was deleted.

404Not Found

No performance task exists at the requested path.