Delete a Session
Deletes the specified session.
Authorizations: Sessions - DELETE
Requests
DELETE /apis/sessions/:sessionId
Response
Success
(Empty payload)
Error
Code | Payload | Description |
---|---|---|
403
|
| Session is hidden and requester does not own the session. |
404
|
| Session with UUID |
409
|
| The session has a recording in progress. All recordings for this session must be stopped before it can be deleted. |