Request
Your API key (e.g., bcy_live_pk_YOUR_API_KEY)
Path Parameters
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
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
}