For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a QR Code (DELETE /product/{productId})

Delete a QR Code by productId.

Deletes a QR Code.

Request

  • Method: DELETE

  • Path: /product/{productId}

  • URL: https://api.qrcake.com/v1/product/product/{productId}

  • Path params:

    • productId (string)

  • Headers:

    • Authorization: Bearer <API Key>

    • Accept: application/json

Response

200 OK

Returns a confirmation payload or the deleted QR Code (implementation-defined).

Example 200 response (template)
{
  "productId": "string"
}

401 Unauthorized

Check Swagger for the exact status code and response body for this endpoint.

Last updated