Delete recipient
Recipients
Delete recipient
Soft-delete a recipient
DELETE
Delete recipient
Overview
Soft-delete a recipient. The recipient will no longer appear in list results and cannot be used for new transfers or settlement destinations. This action is irreversible.Authentication
Your merchant API key
Path Parameters
Recipient ID (UUID)Example:
750e8400-e29b-41d4-a716-446655440000Request Example
Response
A successful deletion returns a204 No Content response with an empty body.
Success Response
Error Responses
Notes
- This is a soft-delete operation. The recipient record is retained internally but is no longer accessible via the API.
- Any in-progress movements referencing this recipient will not be affected.
- Deleting a recipient that has already been deleted will return a
404 Not Founderror.
Next Steps
Create recipient
Create a new recipient
List recipients
Retrieve all saved recipients