Remove Gift Code
Remove a gift code from the database.
Parameters
Required Param
Purpose
Requirements
Example
{
"method": "remove_gift_code",
"params": {
"gift_code_b58": "3DkTHXADdEUpRJ5QsrjmYh8WqFdDKkvng126zTP9YQb7LNXL8pbRidCvB7Ba3Mvek5ZZdev8EXNPrJBpGdtvfjk3hew1phmjdkf5mp35mbyvhB8UjRqoJJqDRswLrmKQL",
},
"jsonrpc": "2.0",
"id": 1
}{
"method": "remove_gift_code",
"result": {
"removed": true
},
"error": null,
"jsonrpc": "2.0",
"id": 1
}Last updated
Was this helpful?