We've updated our API endpoints to match what we use in our application. Some endpoints have been deprecated. See our Deprecated Endpoints page for migration details.
cURL
curl --request DELETE \ --url https://management.scanova.io/qr/{qrid}/ \ --header 'Authorization: <api-key>'
{ "detail": "Invalid token." }
Permanently deletes a QR Code from your account. This action cannot be undone. Requires authentication.
qrid
string
Q3493df1c0e074ac7
complete_url
API key authentication. Enter your API key directly in the Authorization header.
QR Code ID
QR Code deleted successfully
Was this page helpful?