DELETE
/
session
/
{agent_id}
/
{session_id}
curl --request DELETE \
  --url https://api.soca.ai/v1/session/{agent_id}/{session_id} \
  --header 'private_key: <api-key>'
{
  "status": true,
  "message": "<string>"
}

Authorizations

private_key
string
header
required

Path Parameters

agent_id
string
required

The unique identifier of a Soca AI agent created in the Studio.

session_id
string
required

The unique identifier of the specific session.

Response

200
application/json

Indicates that the session was successfully deleted.

The response is of type object.