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

Domain deleted successfully

success
boolean
required
Example:

true

message
string
required

Success message

Example:

"Domain deleted successfully"

data

Response data as object