Delete a QR code
Deletes the QR code card. Media already printed keeps redirecting to the landing (never a 404) — its scans simply stop being labelled and counted. Requires a write-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
Registered hostname, e.g. links.creator.com.
QR code id.
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/admin/qr/string/0"{ "detail": "auth required"}{ "detail": { "code": "qr_not_found", "message": "QR-код не найден" }}Edit a QR code
Partially updates a QR code; only supplied fields change. Renaming the slug moves the public scan path while the source label — and the code's stats history — stays unchanged; mind media already printed with the old path, which keeps redirecting but no longer carries the label. active: false stops labelling scans without breaking the printed redirect. design/preset replace the stored design (design wins). Changes are live immediately. Requires a write-scoped key.
Download a QR code's print-ready SVG
Returns the saved code rendered as a standalone SVG encoding https://<domain>/qr[/<slug>]. The image is vector (viewBox) — px only sets the default width attribute, so it prints crisply at any size. Requires a read-scoped key.