This API cancels a specific hold on loyalty points in Gameball using the provided holdReferenceId. It releases the held points back into the customer's account, enabling flexibility in point management.
delete/api/v4.0/integrations/transactions/hold/{holdReferenceId}
Path parameters
holdReferenceIdstring required
Unique identifier for the hold transaction, used to release the held points or amount.
Response
Hold released successfully
Example response
{
"success": true,
"message": "Hold released successfully"
}