Delete Bank Consent (by id)
DELETE {{base_url}}/banking/v2/consents/:consentId
Delete consent to a bank account
Deleting a user’s consent will also delete the tokens created through the user’s authorisation. To execute further requests requiring consent, you will need to request authorisation again.
Path variables
| Field | Type | Description |
|---|---|---|
| consentId | string | Unique consent returned from the bank |
Success
202 Accepted
Error messages
| Condition | Response Status | Response Body |
|---|---|---|
| Invalid consentId | 404 Not Found |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
X-Partner-Id | string | ||
X-Api-Key | string | ||
Authorization | string | ||
X-Company-Id | string |