DELETE
/
handling_unit
/
:id
Delete handling_unit
curl --request DELETE \
  --url http://localhost:8080/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

The response is of type object.