Skip to main content
DELETE
/
recipients
/
{id}
cURL
curl --request DELETE \
  --url https://sandbox.onconsul.com/v1/recipients/{id} \
  --header 'Authorization: Bearer <token>'
{}
Permanently delete a recipient. This does not affect any past payouts sent to them.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

The response is of type object.