Delete a QR code

DELETE /Api/QRCodes/{id}

Requires verified email; Requires one of the following permissions: Shop.DeleteQRCode; Requires the following features to be enabled: Shop

Path parameters

  • id integer(int32) Required

Responses

DELETE /Api/QRCodes/{id}
curl \
 -X DELETE https://app.lovassy.hu/Api/QRCodes/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}