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 | {"code":"040006", "name":"SessionHidden", | Session is hidden and requester does not own the session. |
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID |
404 | {"code":"040009", "name":"SourceNotFound", | Source with UUID |
404 | {"code":"040015","name":"TrackNotFound", | The track could not be found. |
409 | {"code":"060003", "name":"RecordingInProgress", | There is an active recording on this session. |