Skip to main content
Delete application beneficiary by id
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"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

applicationId
string<uuid>
required

Yapily application Id

Example:

"6d97cf35-1000-4787-af16-7100912db9e4"

beneficiaryId
string<uuid>
required

Beneficiary Id

Example:

"e7b7636d-a041-4013-8a1b-34dc85b7d341"

Response

No Content.