Skip to main content
DELETE
/
handling_unit
/
{id}
Delete handling_unit
curl --request DELETE \
  --url https://api.truecold.io/handling_unit/{id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Handling_unit deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Handling_unit ID

Response

Successfully deleted handling_unit

message
string
Example:

"Handling_unit deleted successfully"