Skip to content

Revoke a consent by ID for current user

Request

Revoke a consent by ID for current user.

Security
UserAccessToken
Path
clientIdstringrequired

ID of the client

Query
consent_idstring

ID of the consent to delete

curl -i -X DELETE \
  'https://api.transmitsecurity.io/cis/v1/consents/me/clients/{clientId}?consent_id=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
messagestringrequired
error_codenumberrequired
Example:404
Response
{ "message": "string", "error_code": 404 }