4.4. Delete consent
4.4. Delete consent
DELETE /api/v1/consents/{consentId}
The TPP can delete an account information consent object if needed.
Path parameters
| Attribute | Type | Description |
|---|---|---|
| consentId | String | The consent identification assigned to the created resource. |
Query parameters
No query parameters.
Request headers
| Attribute | Type | Condition | Description |
|---|---|---|---|
| X-Request-ID | String | Mandatory | ID of the request, unique to the call, as determined by the initiating party (TPP). |
| Authorization | String | Mandatory | The oAuth2 Bearer token obtained from the performed SCA performed prior to this request. |
| API-Key | String | Mandatory | Consumer key available on the developers portal. |
Request body
No request body.
Response Code
HTTP Response Code 200 (OK).
Response headers
| Attribute | Type | Condition | Description |
|---|---|---|---|
| X-Request-ID | UUID | Mandatory | ID of the request, unique to the call, as determined by the initiating party (TPP). |
Response body
No response body.