DELETE
/
v1beta
/
domains
/
{uuid}
Delete domain
curl --request DELETE \
  --url https://app.pulseguard.nl/api/v1beta/domains/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Domain deleted successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string
required

Domain UUID

Response

200
application/json

Domain deleted successfully

The response is of type object.