Skip to main content
DELETE
/
domains
/
{id}
Delete a domain
curl --request DELETE \
  --url https://api.sendkit.dev/domains/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Invalid API key."
}

Authorizations

Authorization
string
header
required

API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

The domain ID.

Response

Domain deleted successfully