DELETE
/
links
/
bulk
Bulk delete links(QR codes)
curl --request DELETE \
  --url https://api.supaqr.com/links/bulk \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

Comma-separated list of link(QR code) IDs to delete. Maximum of 100 IDs. Non-existing IDs will be ignored.

Required array length: 1 - 100 elements

Response

200
application/json

The response is of type object.