Skip to main content
DELETE
/
v1
/
links
/
{short_url}
cURL
curl -X DELETE "https://api.klipl.ink/v1/links/klipl.ink/your-link" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "message": "Link deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

short_url
string
required

The short URL identifier of the link to delete (e.g. klipl.ink/your-link).

Response

Link deleted successfully

success
boolean
Example:

true

message
string
Example:

"Link deleted successfully."