delete https://api.banking.netevia.dev/api/LinkedAccount/
This API allows a bank client to delete their connection request to a remote account, regardless of the current status of the request (whether it is approved or pending). The operation is performed using the bank client’s credentials.
URL Parameter:
linkedUserProfileId
: The ID of the connection request that the client wants to remove. This ID is obtained from the list of connection requests.
Security:
- The API is executed with the bank client’s credentials, ensuring that only the client can delete their own connection requests.
Response:
OK
: If the connection request was successfully deleted.BadRequest
: If the request was invalid or the specified linkedUserProfileId does not exist.