Skip to main content
DELETE
Management API 主机(management.scanova.io)上获取、更新或删除单个二维码,使用您的原始 Management API 密钥进行身份验证。
string
必填
该二维码的 qrid(例如 QR7K9M2XN)——由 GET /qr/ 返回的人类可读标识符,而非数字 id
同一个视图也可以通过 /qr/{qrid}/ 访问(即与列出/创建端点使用相同的路径前缀)——两个路径解析到完全相同的视图和行为。本参考文档以 /qrcode/{qrid}/ 为准,因为这是本文档集所核实的路径,但两者均可使用。
DELETE 会对二维码进行软删除——它会被移动到回收站(参见二维码回收站),而不是被永久移除,并返回 204 No Content

作用范围与错误

此处的每个方法都只对该密钥所属账户拥有的二维码生效——请求一个您不拥有的(或不存在的)qrid 会返回 404,而非 403,因此您无法利用此端点探测其他账户的二维码是否存在。

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. management.scanova.io) — the same key sent to the regular API host will not authenticate.

路径参数

qrid
string
必填

响应

204

QR code deleted