DELETE
/
frontend
/
checkout
/
designation
/
{client_id}
/
{program_id}
/
{id}
/
{currency}
/
{session_id}
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."
}

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

id
string
required

The ID of the designation

Example:

"MASTER"

currency
string
required

The currency of the designation

Example:

"$"

session_id
string
required

The ID of the session

Response

200
application/json
Successful operation
status
string
Example:

"success"

message
string
Example:

"Gift of USD 100 was removed from your order."