DELETE
/
v1
/
static_qr
/
{static_qr_id}
curl --request DELETE \
  --url https://api.sandbox.hit-pay.com/v1/static_qr/{static_qr_id} \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{
  "message": "Static QR deleted successfully."
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

static_qr_id
string
required

The Static QR id

Response

200 - application/json
200
message
string
required