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

Request

Headers

X-Api-Key
string
required
Your API key (e.g., bcy_live_pk_YOUR_API_KEY)

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.link).

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 "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
  "domain": "go.example.com",
  "message": "Domain deleted successfully",
  "linksReassigned": 12
}