Delete operator
DELETE/operators/:operatorId
Deletes operator
IrisX customers can also access data connected to Operator via the GraphQL API
Via the Public GraphQL API, you can perform mutations to modify data associated with an operator. Explore the GraphQL schema through our GraphQL Explorer following the mutation 'operatorDelete'. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Operator deleted successfully
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error