curl --request DELETE \
--url https://api.helpyousponsor.com/v1/frontend/checkout/designation/{client_id}/{program_id}/{id}/{currency}/{session_id}
{
"status": "success",
"message": "Gift of USD 100 was removed from your order."
}
The ID of the client
The ID of the program
The ID of the designation
"MASTER"
The currency of the designation
"$"
The ID of the session
Successful operation
The response is of type object
.
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/frontend/checkout/designation/{client_id}/{program_id}/{id}/{currency}/{session_id}
{
"status": "success",
"message": "Gift of USD 100 was removed from your order."
}