Skip to main content
DELETE
/
api
/
beneficiaries
/
{beneficiaryId}
Delete a beneficiary
curl --request DELETE \
  --url https://api.sandbox.tracefinance.com/api/beneficiaries/{beneficiaryId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.

Headers

X-Trace-Version
string

API version. Omit to use the default version.

Example:

"1"

Path Parameters

beneficiaryId
string<uuid>
required

UUID of the beneficiary.

Response

Beneficiary deleted.