v2
latestOpenAPI 3.0.02026-07-31172752.6 KBaccess_revocations
Create an access revocation
Creates a revocation for the access identified by access_state_id. For a resource-scoped access state, produces one revocation against that resource.For an app-wide access state (no resource), produces the equivalent app-wide revocation.
post/api/v1/access_revocations
Headers
Idempotency-Keystring
Optional key (1–255 chars) for safely retrying a request. Reusing the same key for the same request returns 409 Conflict and is not processed again — this confirms the request was already received. Keys are retained for 14 days.
Request body
Example request
{
"access_state_id": "7488a646-e31f-11e4-aace-600308960663",
"reason": "Role no longer requires this access"
}Response
Access revocation created