Skip to content

Delete Template

Permanently deletes a QR code design template. This action cannot be undone. Existing QR codes that were generated using this template are not affected.

DELETE /v1/qr/templates/{template_id}
qr:write

Parameters

Path parameters

ParameterTypeRequiredDescription
template_idstringYesThe unique identifier of the template to delete.

Request examples

Terminal window
curl -X DELETE https://xqr.co/api/v1/qr/templates/tpl_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"

Response

204 No Content

The response body is empty on success.

Was this page helpful?