Delete Site
DELETE/sites/:siteId
Delete site by siteId. Once deleted, all linked information will be unavailable, including site history and metadata.
IrisX customers can also access data connected to Sites via the GraphQL API
Via the Public GraphQL API, you can perform mutations to modify data associated with a site. Explore the GraphQL schema through our GraphQL Explorer following the mutation 'siteDelete'. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Site was deleted.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error