DELETE
/
links
/
{id}
Delete a link(QR code)
curl --request DELETE \
  --url https://api.supaqr.com/links/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The id of the link(QR code) to delete. You may use either linkId (obtained via [Retrieve a list of links(QR codes)] endpoint)

Response

200
application/json

The response is of type object.