QRcodly
APIQr code

Delete QR Code

Delete a QR Code by ID

DELETE
/qr-code/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API key to access this API

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://qrcodly.theosirislabs.com/api/v1/qr-code/string"
{
  "deleted": true
}
{
  "message": "string",
  "code": 0
}
{
  "message": "string",
  "code": 0
}
{
  "message": "string",
  "code": 0
}
{
  "message": "string",
  "code": 0
}