Skip to main content
DELETE
https://api.bouncy.ai
/
v1
/
links
/
:identifier
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"
}

Request

Headers

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

Path Parameters

identifier
string
required
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

id
string
ID of the deleted link
message
string
Success message
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"
}