Skip to main content
DELETE
/
api
/
link
/
{short_id}
Delete Link
curl --request DELETE \
  --url https://api.krumb.fun/api/link/{short_id} \
  --header 'X-Api-Key: <x-api-key>' \
  --header 'X-Email: <x-email>' \
  --header 'X-Password: <x-password>'
{
  "success": true,
  "message": "<string>"
}

Delete Link

DELETE /api/link/{short_id} Delete a specific short link owned by the user.

Request

Send credentials in headers:

X-Email: [[email protected]](mailto:[email protected])
X-Password: your\_password
X-Api-Key: your\_api\_key

Success Response

{
  "success": true,
  "message": "Link deleted"
}

Error Responses

  • 400 – Missing required headers
  • 403 – Authentication failed
  • 404 – Link not found

Headers

X-Email
string
required
X-Password
string
required
X-Api-Key
string
required

Path Parameters

short_id
string
required

Response

Link deleted

success
boolean
message
string