SessionSession_id
Delete session
Delete a session by id
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
session_id*string
Session ID
Format
uuidResponse Body
application/json
curl -X DELETE "https://loading/api/v1/session/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"code": 0,
"error": "string",
"msg": "string"
}