Sites
Delete a site
Permanently deletes a site and all associated data. Requires an API key.
Permanently deletes a site and all associated data. Requires an API key.
Authorization
api-key x-api-key<token>
API key for write access. Request one from the API administrator.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/sites/string"{ "statusCode": 200, "message": "Site deleted successfully", "data": null}{ "statusCode": 404, "message": "Resource not found", "data": null}{ "statusCode": 404, "message": "Resource not found", "data": null}