Agent remove request

Request of remove agent session

Endpoint

DELETE /api/agent/session/

Auth

Authorization: Bearer ${token}

Query Parameters

KeyDefaultDescription
identitySession identity

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    }
]

Notes

  • Agent Permission Required
  • Read-Only Permission Restricted
  • Removes the session and its history; the workflows it created or operated remain on the engine.