curl --request DELETE \
--url https://api.egp.scale.com/v4/sessions/{session_id} \
--header 'x-api-key: <api-key>'{
"success": true,
"count": 123
}Deletes a session
This API can be used to delete a session by ID. To use this API, pass in the id that was returned from your Create Session API call as a path parameter.
curl --request DELETE \
--url https://api.egp.scale.com/v4/sessions/{session_id} \
--header 'x-api-key: <api-key>'{
"success": true,
"count": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.