DELETE
/
qrcodes
/
{qrcodeId}
Delete a QR Code
curl --request DELETE \
  --url https://api.codeqr.io/qrcodes/{qrcodeId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

The id of the QR Code to delete. You may use either linkId (obtained via /qrcodes/info endpoint) or externalId prefixed with ext_.

Response

The deleted QR Code ID.

The response is of type object.