DELETE
/
links
/
{id}
curl --request DELETE \
  --url https://api.shortmenu.com/links/{id} \
  --header 'x-api-key: <api-key>'
This response has no body data.

Authorizations

x-api-key
string
header
required

Your Short Menu API Key. Create one at shm.to/create-api-key.

Path Parameters

id
string
required

The identifier of the link to delete. This is the id field of the link object.