Table of Contents
End-point URL #
http://[ip]:[port]/psd2/v1/consents/[consent-id]
Method: DELETE
Headers #
X-Request-ID: [request-id] – Required: A unique request ID (GUID).
Content-Type: application/json – Required: Specifies the request format.
PSU-ID: [user-id] – Required: User identifier obtained upon login.
Description: #
This endpoint is used to withdraw an existing consent by specifying the consent ID in the URL. The required headers ensure the request is properly identified and authorized.
Snippet #
Result of the call