Nothing Found
Guides
API reference
Guides
API reference
Delete a recipient
Deletes a recipient.
Security
CommonAuth
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}
Try it
Request samples
curl
JavaScript
Node.js
Copy
Response samples
200
application/json
Copy
{
"success"
:
true
}