Documentation Index
Fetch the complete documentation index at: https://docs.bouncy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
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.ai).
Response
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
}