Skip to main content
DELETE
/
links
/
{id}
Delete a link by its ID
curl --request DELETE \
  --url https://api.reqlick.com/links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": false
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

error
boolean
Example: