Delete a QR Code (DELETE /product/{productId})
Delete a QR Code by productId.
Last updated
Delete a QR Code by productId.
Deletes a QR Code.
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
Returns a confirmation payload or the deleted QR Code (implementation-defined).
Check Swagger for the exact status code and response body for this endpoint.
Last updated
{
"message": {}
}
