Immediately Revoke a Single Workspace Open API Key
Immediately revokes a single Open API key by ID. The key is permanently disabled and will return 401 Unauthorized on all subsequent API requests.
Use this endpoint to permanently disable a specific API key by its ID. Revocation takes effect immediately — any integration or service still using the key will start receiving 401 Unauthorized responses on its next request.
This endpoint uses session cookie authentication (plangrep_session). It is used by the Plangrep app’s API settings page and does not accept a bearer API key.
ISO 8601 timestamp of when this revocation occurred. This field will be non-null on a successfully revoked key.
Revocation is immediate and permanent. As soon as this request completes, any active integration or process authenticating with this key will receive 401 Unauthorized on its next request. This action cannot be undone — you must create a new key to restore access.