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
}

Documentation Index

Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt

Use this file to discover all available pages before exploring further.

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.