DELETE
/
site
/
:id
Delete site
curl --request DELETE \
  --url http://localhost:8080/site/:id \
  --header 'x-api-key: <api-key>'
{
  "message": "Site deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Site ID

Response

Successfully deleted site

The response is of type object.