Remove Authorized user

This API method allows you to delete a authorized user profile from the banking application. By sending a POST request with the authorized user's unique ID in the request body, you can efficiently remove authorized users who no longer need access to the account. This is useful for managing and controlling access to sensitive financial information within the application.

Response:

Upon successful removal of the authorized user, the response will confirm the action with a status message.

Security:

  • Authentication and Authorization: Ensure that proper authentication is in place to prevent unauthorized customers from deleting authorized user profiles.
  • Only users with the appropriate permissions should be able to execute this action.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!