delete https://api.banking.netevia.dev/api/LinkedAccount/user/
This API, executed using the credentials of the Partner (API-User or HQ), allows the partner to delete a connection request to their account. The request can be in any status (either approved or pending).
URL Parameter:
linkedUserProfileId
: The ID of the connection request the partner wants to remove. This ID is obtained from the list of connection requests.
Security:
- The API is executed with the Partner's credentials (API-User or HQ), ensuring that only the partner can delete connection requests to their own account.
Response:
OK
: If the connection request was successfully deleted.BadRequest
: If the request was invalid or the specified linkedUserProfileId does not exist.