cURL
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 a specific short link owned by the user.
DELETE /api/link/{short_id}
X-Email: [[email protected]](mailto:[email protected]) X-Password: your\_password X-Api-Key: your\_api\_key
{ "success": true, "message": "Link deleted" }
400
403
404
Link deleted