Delete QR Code
curl --request DELETE \
--url https://management.scanova.io/qr/{qrid}/ \
--header 'Authorization: <api-key>'{
"detail": "Invalid token."
}QR Code Management
Delete QR Code
Permanently deletes a QR Code from your account. This action cannot be undone. Requires authentication.
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
| Name | Type | Required | Description |
|---|---|---|---|
qrid | string | ✅ | Unique 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.
Was this page helpful?
⌘I