curl --request DELETE \
--url https://api.sandbox.tracefinance.com/api/beneficiaries/{beneficiaryId}/payment-instructions/{paymentInstructionId} \
--header 'Authorization: Bearer <token>'Removes a payment instruction from a beneficiary.
curl --request DELETE \
--url https://api.sandbox.tracefinance.com/api/beneficiaries/{beneficiaryId}/payment-instructions/{paymentInstructionId} \
--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.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the beneficiary.
UUID of the payment instruction.
Payment instruction removed.
Was this page helpful?