cURL
curl --request DELETE \ --url https://api.soca.ai/v1/session/{agent_id}/{session_id} \ --header 'private_key: <api-key>'
{ "status": true, "message": "<string>" }
Deletes a specific conversation session.
The unique identifier of a Soca AI agent created in the Studio.
The unique identifier of the specific session.
Indicates that the session was successfully deleted.
The response is of type object.
object