cURL
curl --request DELETE \ --url https://api.example.com/recipients/{recipient_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Recipient deleted" }
Remove an existing recipient.
Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.
Bearer bv_xxxxxxxxx
bv_xxxxxxxxx
Full access
The unique external ID of the recipient.
Recipient deleted