/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
EndpointPOST {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 thex-api-key header is missing or invalid.
