Delete Recipient
Loading...
API endpoint path: /db-recipients/v1/recipients/{recipientId}
Removes a recipient from the user's list of saved payees. This action cannot be undone.
Important:
- The recipient will be permanently removed from the user's account
- Any scheduled transfers to this recipient may fail after deletion
- The user must re-create the recipient if they want to send transfers in the future
Request
Responses
- 204
- 400
- 401
- 403
- 500
Success
Bad request
Unauthorized Possible causes:
- Full authentication was not provided in the request.
- The authentication token that was sent in the request is invalid.
Forbidden Possible causes:
- The authentication provided does not authorize this request.
Server error