QRcodly
APIQr code

Delete share link

Removes the share link for a QR code. The public URL will no longer be accessible after deletion.

DELETE
/qr-code/{id}/share

Authorization

bearerAuth
AuthorizationBearer <token>

Authenticate with a Bearer token. Pass your API key in the Authorization header: Authorization: Bearer <your-api-key>

In: header

Path Parameters

id*string

QR code UUID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.qrcodly.de/api/v1/qr-code/497f6eca-6276-4993-bfeb-53cbbbba6f08/share"
{
  "deleted": true
}
{
  "message": "string",
  "code": 0
}
{
  "message": "string",
  "code": 0
}
{
  "message": "string",
  "code": 0
}