Skip to main content
DELETE
/
v1
/
links
/
{identifier}
curl -X DELETE https://api.bouncy.ai/v1/links/my-slug \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "success": true,
  "id": "my-slug",
  "message": "Link deleted successfully"
}

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

Headers

Path Parameters

identifier
string
required
The link’s slug (e.g., my-link) or system domain composite (e.g., mybouncy.link__my-link).Use the slug field returned by GET /v1/links.
This action is permanent and cannot be undone. The short URL will immediately stop working and the slug will become available for reuse.

Response

success
boolean
Whether the operation succeeded
id
string
ID of the deleted link
message
string
Success message
curl -X DELETE https://api.bouncy.ai/v1/links/my-slug \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "success": true,
  "id": "my-slug",
  "message": "Link deleted successfully"
}