WarpBuild LogoWarpBuild Docs
Agents

DELETE /agents/sessions/{id}

Closes the Provider session, reaps its backing VM, and marks the row terminal. Backs the sessions-table bin action used to stop a live session.

DELETE
/agents/sessions/{id}

Authorization

JWTKeyAuth
Authorization<token>

In: header

Path Parameters

id*string

Agent session row id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/agents/sessions/string"
{  "property1": "string",  "property2": "string"}