Skip to main content

Delete Template

Delete a template. Uses soft delete — the template is marked as deleted and no longer appears in list responses, but can be recovered if needed.

DELETE/templates/:id

Headers

HeaderRequiredDescription
X-API-KeyRequiredYour API key
QR-VersionOptionalAPI version (e.g., 2026-02-16)

Request

curl -X DELETE "https://integration-api.qr-build.com/templates/tpl-aBc123XyZ9" \
-H "X-API-Key: qrb_live_your_api_key_here"

Response

Returns 204 No Content on success.