HyperTrackDocs
Orders

Delete Tasks Definition

Deletes a specific task definition for an order. This endpoint is used to remove task definitions that are no longer needed.

DELETE
/orders/tasks-definitions/{task_definition_id}

Deletes a specific task definition for an order. This endpoint is used to remove task definitions that are no longer needed.

Authorization

AuthorizationBasic <token>

In: header

Path Parameters

task_definition_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/orders/tasks-definitions/string"
null
{  "detail": {},  "message": "string"}
{  "detail": {},  "message": "string"}