TEASEDocs
API ReferenceLandings

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
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

domain*string

Registered hostname, e.g. links.creator.com.

qr_id*integer

QR code id.

Response Body

application/json

application/json

DELETE
/api/admin/qr/{domain}/{qr_id}
curl -X DELETE "https://example.com/api/admin/qr/string/0"
Empty
{  "detail": "auth required"}
{  "detail": {    "code": "qr_not_found",    "message": "QR-код не найден"  }}