sessions

Delete session

Removes a session from the active sessions mapping

delete/v1/sessions/workspace/{workspace}

Path parameters

workspacestring required

Workspace directory path

Response

OK

messagestring

Confirmation message

workspacestring

Workspace path that was deleted

Example response

{
  "message": "Session deleted successfully",
  "workspace": "/workspace/my-project"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.