Delete API key for an organization
POST/api/v1/apikeys/:orgId/delete
Delete an API key for an organization by its ID. The API key will no longer be valid for authentication. Requires Auth0 authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
API key deleted
Validation error in request parameters
Missing or invalid Auth0 token
User does not have permission to access this resource
API key not found
Rate limit exceeded
Internal server error