Revoke one of the caller's API keys
DELETE/v1/apikeys/:id
Soft-revokes a key the caller owns (a super-user may revoke any key): the key is marked revoked and stops authenticating immediately, but its record is kept rather than deleted. Revoking an already-revoked or expired key is a no-op and still returns success.
Request
Responses
- 200
- 401
- 403
- 404
Revoke one of the caller's API keys
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found