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

Path Parameters

uuid
string
required
The universally unique identifier of the domain.

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string<uuid>
required

Domain UUID

Response

200
application/json

Domain deleted successfully

The response is of type object.