Delete Netevia's account number - Payee.

The POST /api/fundsMovement/deletePayee method allows users to remove a specific payee from their Netevia account. Once removed, the payee will no longer be available for any future transactions. This ensures that no further transfers or payments can be processed to that payee.

Purpose:

This API is designed to help users manage their payee lists by allowing them to remove payees they no longer need. It ensures that once a payee is deleted, it is no longer active within the system.

Response:

The API returns a confirmation message indicating the payee was successfully removed from the system.

📘

Summary:

The POST /api/fundsMovement/deletePayee API method provides a secure way to manage payees in Netevia. By sending the payee’s account number in the request body, users can remove payees they no longer need. This ensures efficient payee list management and enhances security by preventing further transactions to the deleted payee.

Body Params
string
required
length ≥ 1
boolean
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200

Success

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!