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
- https://api.transmitsecurity.io/cishttps://api.transmitsecurity.io/cis/v1/manage/consents/clients/{clientId}/users/{userId}
- Production environment (EU)https://api.eu.transmitsecurity.io/cis/v1/manage/consents/clients/{clientId}/users/{userId}
- Production environment (CA)https://api.ca.transmitsecurity.io/cis/v1/manage/consents/clients/{clientId}/users/{userId}
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>'