Delete Recipient

Overview

This endpoint enables the deletion of recipients from the platform, providing the capability to remove from specific customers their recipients as needed.

Endpoint Details

DefinitionDescription
Endpointhttps://api.paas.sandbox.co.passportfintech.com/v1/recipients/:recipient_id
MethodDELETE
HeadersAuthorization, Accept-Language, Content-Length, Accept: application/json
AuthenticationAccess Token (Bearer Token)

Request Body

  • No request body

Example Request

JSON
Copy

Response

  • HTTP Status Code: 204 No Content.
  • No response body will be returned.

Common Errors and Handling

HTTP Status CodeMeaningDescription
400 Bad RequestInvalid DataRequired fields are missing or contain incorrect values.
401 UnauthorizedExpired TokenThe access token is invalid or has expired.
403 ForbiddenAccess DeniedThe request is not authorized to delete a Recipient.
500 Internal Server ErrorServer ErrorAn unexpected error occurred while deleting the Recipient.

Best Practices

  • Always include the recipient_id identifier in the and path parameter.
  • Treat 204 No Content as a confirmation of success.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard