Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.linkutm.com/api/v1/links/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Link deleted successfully" }
Permanently delete a link. This action cannot be undone.
JWT token obtained from /auth/login.
/auth/login
Link ID.
Link deleted
"Link deleted successfully"