Skip to main content
DELETE
/
v1
/
inventory
/
hold-reasons
/
{id}
Delete user-defined hold reason
curl --request DELETE \
  --url https://{base_url_domain}/api/global/v1/inventory/hold-reasons/{id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "type": "not_found",
      "message": "The server could not find the requested resource."
    }
  ]
}

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

reason_id

Response

Hold reason deleted.