Skip to content

Delete consents by user ID

Request

Delete consents by user ID. If no consent ID is provided, all consents for the user are deleted.

Required permissions: apps:delete, [appId]:delete, consents:delete.

Security
ClientAccessToken
Path
clientIdstringrequired

ID of the client

userIdstringrequired

ID of the user

Query
consent_idstring

ID of the consent to delete

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

Responses

Response
No content