Skip to main content
Use the /un-set-qr-config endpoint to remove any existing amount configuration from a static QR code. This is helpful when you want to deactivate pricing on a QR code, for example at the end of a campaign or when a product is no longer offered. On success the API returns 204 No Content with an empty response body.

Request

Endpoint
POST {api_base_url}/un-set-qr-config
Headers

Body parameters

string
required
QR code identifier retrieved from the Mizaniya Partner Platform.

Example request body

Code examples

Responses

204 No Content

The configuration was removed successfully. The response body is empty.

400 Bad Request

Returned when the request body fails validation.

401 Unauthorized

Returned when the x-api-key header is missing or invalid.

404 Not Found

Returned when no QR code exists for the supplied token.
After un-setting, the QR code no longer presents any pre-configured amounts to customers. You can call /set-qr-config at any time to add a new configuration.