QRcodly
APIQr code

Delete share link

Removes the share link for a QR code.

DELETE
/api/v1/qr-code/{id}/share

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

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