Skip to main content
DELETE
/
v1
/
domains
/
{domain}
curl -X DELETE https://api.bouncy.ai/v1/domains/go.example.com \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "domain": "go.example.com",
  "message": "Domain deleted successfully",
  "linksReassigned": 12
}

Request

Headers

Path Parameters

domain
string
required
The domain name to deleteExample: go.example.com
Deleting a domain will affect all links using that domain. Links will be automatically reassigned to your default domain (bouncy.ai).

Response

domain
string
The deleted domain name
message
string
Success message
Number of links reassigned to default domain
curl -X DELETE https://api.bouncy.ai/v1/domains/go.example.com \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "domain": "go.example.com",
  "message": "Domain deleted successfully",
  "linksReassigned": 12
}