Skip to main content
DELETE
/
api
/
public
/
v1
/
domains
/
{domain_id}
Delete domain
curl --request DELETE \
  --url https://api.coldsend.pro/api/public/v1/domains/{domain_id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "domain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "domain_name": "<string>",
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Path Parameters

domain_id
string<uuid>
required

Response

Domain deleted successfully

Simple domain deletion response.

success
boolean
required
message
string
required
domain_id
string<uuid>
required

Deleted domain ID

domain_name
string
required

Deleted domain name

deleted
boolean
required

Whether the domain was successfully deleted