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"
}
The ID of the client
The ID of the program
The ID of the entity
The ID of the session
Successful operation
The response is of type object
.
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"
}