DELETE
/
recipients
/
{recipient_id}
{
  "message": "Recipient deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access scope.

Path Parameters

recipient_id
string
required

The unique external ID of the recipient.

Response

200
application/json

Recipient deleted

The response is of type any.