Protección

Revoke a consent

Revokes a consent arrangement. This immediately invalidates the arrangement and any tokens issued under it. Revocation is permanent — a new authorisation is required to resume sharing.

DELETE
/consents/{consent_id}

Revokes a consent arrangement. This immediately invalidates the arrangement and any tokens issued under it. Revocation is permanent — a new authorisation is required to resume sharing.

Authorization

bearerAuth
AuthorizationBearer <token>

A sender-constrained access token from the token endpoint, presented over mutual TLS with the bound client certificate.

In: header

Path Parameters

Response Body

application/json

curl -X DELETE "https://example.com/consents/string"

This response has no body.

{  "code": "string",  "message": "string"}