Aex Brain
ReferenceAPI

End Session

POST
/v1/sessions/{session_id}/end

Path Parameters

session_id*string
Match^ses_[A-Za-z0-9]{20,32}$

Header Parameters

Idempotency-Key*string
Length1 <= length <= 128

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/sessions/string/end" \  -H "Idempotency-Key: string"
{  "session_id": "string",  "journal_id": "string",  "status": "creating",  "last_sequence": 0,  "config_hash": "string"}