curl --request DELETE \
--url https://api.yapily.com/applications/{applicationId}/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 application beneficiary.
curl --request DELETE \
--url https://api.yapily.com/applications/{applicationId}/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.
Yapily application Id
"6d97cf35-1000-4787-af16-7100912db9e4"
Beneficiary Id
"e7b7636d-a041-4013-8a1b-34dc85b7d341"
No Content.
Was this page helpful?