sessions
Delete Session
Delete a Session and all associated messages.
The Session is marked as inactive immediately and returns 202 Accepted. The actual deletion of all related data happens asynchronously via the queue with retry support.
This action cannot be undone.
delete/v3/workspaces/{workspace_id}/sessions/{session_id}
Path parameters
workspace_idstring required
session_idstring required
Response
Successful Response
{"stackTrail":"paths:/v3/workspaces/{workspace_id}/sessions/{session_id}:delete:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 10 revisions of this API.2
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ○