Delete Session Sources
Deletes the specified source from the session.
Authorizations: Sessions - CHANGE_SOURCES
Requests
DELETE /apis/sessions/:sessionId/sources/:sourceId
Response
Success
(Empty payload)
Error
Code | Payload | Description |
---|---|---|
403
|
| Session is hidden and requester does not own the session. |
404
|
| Session with UUID |
404
|
| Source with UUID |
404
|
| The track could not be found. |
409
|
| There is an active recording on this session. |