curl --request POST \
--url http://localhost:3333/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 http://localhost:3333/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>"
}
'Was this page helpful?