Skip to main content
DELETE
Delete a QR code
DELETE /v1/qr/{qr_id} requires QR codes: Write (qr_codes.delete).
Success returns 204 No Content with an empty body. Biqli removes the QR resource, its tag associations, routing rules, and managed QR assets. Tags themselves are not deleted. Deletion is final. A second delete, an invalid ID, or an ID from another workspace returns 404 resource_not_found. Do not send a request body or query parameters.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

qr
string
required
Pattern: ^biq_qr_[0-9A-HJKMNP-TV-Z]{26}$

Response

QR code deleted. The response has no body.