QRcodly
APITemplate

Delete a template

Permanently deletes a QR code styling template. Only the owner can delete their templates.

DELETE
/config-template/{id}

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

Template UUID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

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