Delete QR template

Soft-delete a QR code template identified by the id query/body parameter; 404s if it does not belong to the authenticated user's company. Writes a QR_CODE_TEMPLATE_DELETED audit log on success.

Auth: Account — authentication; The endpoint loads the template (own company only). The request validation requires a valid id; the controller takes it from the request body or query string.

Rate limit: No rate limit.

Request

  • Query: id (integer, required) — template ID; must be an existing QR template.

Response{ data. } envelope wrapping the controller array:

  • status (string) — "success".
  • message (string) — "QR code template deleted successfully".

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Required — the QR template to delete.

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json