accessManagement
Revoke a grant
Revoke a grant. By default (skip_deprovisioning=true), marks the grant as REVOKED immediately without triggering IDP deprovisioning. Set skip_deprovisioning=false to trigger the full deprovisioning workflow (Azure AD/Okta group removal or service request creation).
post/api/v1/iga/grants/{grant_id}/revoke
Path parameters
grant_idinteger required
The grant ID to revoke
Headers
X-Api-Keystring required
X-Workspace-Idstring
Request body
Response
Successful response
AccessManagementPostapiV1IgaGrantsGrantIdRevokeResponse200 required
Empty response body
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
api operation id
postapi-v-1-iga-grants-grant-id-revokeremoved and replaced withpostapi_v1_iga_grants__grant_id__revokeapi-operation-id-removed
- ○