Skip to main content
DELETE
/
qr
/
{qrid}
Delete QR Code
curl --request DELETE \
  --url https://management.scanova.io/qr/{qrid}/ \
  --header 'Authorization: <api-key>'
{
  "detail": "Invalid token."
}

Path Parameter

NameTypeRequiredDescription
qridstringUnique QR Code identifier (e.g., Q3493df1c0e074ac7)

Behavior & Notes

  • Deletes the specified QR Code and all its associated data, including scan analytics, design info, and linked landing page content.
  • Deleted QR Codes cannot be recovered.
  • The deletion is immediate; any public QR links (complete_url) will stop working.

Authorizations

Authorization
string
header
required

API key authentication. Enter your API key directly in the Authorization header.

Path Parameters

qrid
string
required

QR Code ID

Response

QR Code deleted successfully