curl --request DELETE \
--url https://api.yapily.com/users/{userId}/beneficiaries/{beneficiaryId} \
--header 'Authorization: Basic <encoded-value>'{
"error": {
"tracingId": "0c2d0973bdd24224a65e5d0f7d1b6154",
"code": 400,
"status": "BAD_REQUEST",
"supportUrl": "https://support.yapily.com/",
"source": "YAPILY",
"issues": [
{
"type": "BAD_REQUEST",
"code": 10600,
"message": "The server could not understand the request due to invalid syntax"
}
]
}
}Delete user beneficiary by id.
curl --request DELETE \
--url https://api.yapily.com/users/{userId}/beneficiaries/{beneficiaryId} \
--header 'Authorization: Basic <encoded-value>'{
"error": {
"tracingId": "0c2d0973bdd24224a65e5d0f7d1b6154",
"code": 400,
"status": "BAD_REQUEST",
"supportUrl": "https://support.yapily.com/",
"source": "YAPILY",
"issues": [
{
"type": "BAD_REQUEST",
"code": 10600,
"message": "The server could not understand the request due to invalid syntax"
}
]
}
}Use HTTP Basic Authentication with your Application ID as username and Application Secret as password. Manage credentials in the Yapily Console. See Authentication for details.
The sub-application ID to which event type is being subscribed to
Beneficiary Id
"e7b7636d-a041-4013-8a1b-34dc85b7d341"
"e7b7636d-a041-4013-8a1b-34dc85b7d341"
No Content.
Was this page helpful?