Skip to main content
DELETE
/
api
/
org
/
{orgId}
/
scim
/
tokens
/
{tokenId}
Revoke a SCIM token (idempotent)
curl --request DELETE \
  --url https://api.operark.com/api/org/{orgId}/scim/tokens/{tokenId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token from /api/auth/token

Path Parameters

orgId
string
required
tokenId
string
required

Response

Revoked