curl --request DELETE \
--url https://api.hit-pay.com/v1/static_qr/{static_qr_id} \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'{
"message": "Static QR deleted successfully."
}Delete a static QR code by ID
curl --request DELETE \
--url https://api.hit-pay.com/v1/static_qr/{static_qr_id} \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'{
"message": "Static QR deleted successfully."
}Was this page helpful?