Authorizations
API key for authentication
Headers
Organization ID
Path Parameters
Body
application/json
Response
200
Grant revoked
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/admin/grants/{id}/revoke \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '{
"reason": "<string>"
}'Immediately revoke active grant
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/admin/grants/{id}/revoke \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '{
"reason": "<string>"
}'API key for authentication
Organization ID
Grant revoked
Was this page helpful?