Revoke a scoped CertOps API token
POST/api/v1/workspaces/:id/certops/tokens/:tokenId/revoke
Revokes a scoped CertOps API token within the authorized workspace and returns metadata only. The response never includes plaintext tokens, token hashes, Authorization headers, or credential material.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
API token revoked
Bad request
Unauthorized
Forbidden
CertOps is disabled or the API token was not found in this workspace
Request rejected because it contained private key material
Internal server error