Revoke API key
POST/api/v1/apikeys/:orgId/revoke
Revoke an API key for an organization. The API key will be marked as revoked but not deleted. Requires Auth0 authentication.
Request
Responses
- 200
- 400
- 403
- 404
- 500
OK
bad request
forbidden, you are not allowed to revoke this API key
API key not found
internal server error