Request
Your API key (e.g., bcy_live_pk_YOUR_API_KEY)
Path Parameters
The link ID to deleteExample: link_abc123xyz
This action is permanent and cannot be undone. The short URL will immediately stop working and the slug will become available for reuse.
Response
curl -X DELETE https://api.bouncy.ai/v1/links/link_abc123xyz \
-H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
"id": "link_abc123xyz",
"message": "Link deleted successfully"
}