Skip to main content
DELETE
/
recipients
/
{recipientId}
Delete a recipient
curl --request DELETE \
  --url https://api.equalsmoney.com/v2/recipients/{recipientId} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

recipientId
string
required

The recipient's ID.

Example:

"8lciyups6"

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Response

200 - application/json

OK

success
boolean
required

Indicates the outcome of the operation.