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"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the client
The ID of the program
The ID of the entity
The ID of the session
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"
}