DELETE
/
v1
/
holders
/
{id}
Delete a Holder
curl --request DELETE \
  --url https://crm.sandbox.midaz.io/v1/holders/{id}
This response does not have an example.

Headers

Authorization
string

The authorization token. Important: This header only is required if your environment has the Acces Manager plugin enabled.

X-Organization-id
string

The unique identifier of the Organization associated with the request.

Path Parameters

id
string
required

Unique identifier of the Holder.

Query Parameters

hard_delete
string

Set to true to perform a physical deletion (hard delete) of the data. This action is irreversible.

Response

If the request is successful, you'll get an empty response.