Revoke a CertOps agent bootstrap token
POST/api/v1/workspaces/:id/certops/agent-bootstrap-tokens/:tokenId/revoke
Revokes an agent bootstrap token within the authorized workspace and returns metadata only. Revoking an already-revoked token is idempotent and returns its current state without a duplicate audit event.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Agent bootstrap token revoked
Bootstrap-token identifier is not a UUID
Unauthorized
Forbidden
CertOps is disabled or the bootstrap token was not found in this workspace
Request rejected because it contained private key material
Internal server error