Delete a recipient

Deletes a recipient.

SecurityCommonAuth
Request
path Parameters
recipientId
required
string

The recipient's ID.

Example: 8lciyups6
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
Responses
200

OK

delete/recipients/{recipientId}
Request samples
Response samples
application/json
{
  • "success": true
}