Skip to content

Delete consents by client ID

Request

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

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

Security
ClientAccessToken
Path
clientIdstringrequired

The client ID to search for

userIdstringrequired

ID of the user

Query
consent_idstring

ID of the consent to delete

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

Responses

Response
No content