Handle Delete Session

Delete an inbox session and all its associated messages.

Args: request: The FastAPI request session_id: The ID of the session to delete

Returns: DeleteResponse with deletion status

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

session_idstringRequired

Response

Successful Response
session_idstring
statusstring or nullDefaults to deleted

Errors