Skip to main content
DELETE
/
recipients
/
{id}
Delete Recipient
curl --request DELETE \
  --url https://api.caminotreasury.com/v1/recipients/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "details": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Path Parameters

id
integer
required

Recipient id.

Required range: x >= 1

Response

Recipient deleted