Skip to main content

Delete Split Beneficiary

DELETE https://api.paysera.com/checkout-project/integration/v1/split-beneficiaries/{beneficiaryId}

Remove a registered beneficiary. Returns 204 No Content on success.

Authorization​

This endpoint requires an OAuth2 Bearer token. The project is taken from the token. See the Authentication guide.

Path Parameters​

ParameterTypeDescription
beneficiaryIdUUIDId of the beneficiary to delete

Notes​

  • If the beneficiary is still referenced by the split policy, the API returns 409 conflict; error_properties.referenced_by_slot_positions lists the slot positions that reference it. Update the policy first.
  • Deleting the merchant's own self-row is not allowed (422 unprocessable_entity).

AUTHORIZATION: HTTP

REQUEST

Base URL
https://api.paysera.com

RESPONSE

Beneficiary deleted (no content)
{}