DELETE
/
frontend
/
checkout
/
entity
/
{client_id}
/
{program_id}
/
{entity_id}
/
{session_id}
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/frontend/checkout/entity/{client_id}/{program_id}/{entity_id}/{session_id}
{
  "message": "Child was removed from your order.",
  "session_id": "abc123",
  "redirect_link": "/frontend/order/1/1/abc123"
}

Path Parameters

client_id
integer
required

The ID of the client

program_id
integer
required

The ID of the program

entity_id
integer
required

The ID of the entity

session_id
string
required

The ID of the session

Response

200 - application/json
Successful operation
message
string
Example:

"Child was removed from your order."

session_id
string
Example:

"abc123"

Example:

"/frontend/order/1/1/abc123"