Delete session

delete/sessions/{sessionId}

Deletes the specified session.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
sessionId
string
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
202Accepted

The request has been accepted, but the processing has not been completed. This response is returned in cases when the session cannot immediately be stopped, but stops when the current processing has completed.

204No Content

The session was deleted.

404Not Found

No session exists at the requested path.

Schema