Skip to main content
DELETE
/
links
/
{link}
Delete Link
curl --request DELETE \
  --url https://api.u301.com/v2/links/{link} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

Response

Success

success
boolean
required
Example:

true