Delete Channel

Remove a user's channel

Info

Required scope: channels.write

Warning

This method requires authentication

Danger

If the channel is used as a destination for any upcoming or in-progress event, deleting it will prevent the stream from being delivered to that destination.

curl -X DELETE \
     -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/channels/123456

Path Parameters

ParameterTypeDescription
channelIdnumberThe ID of the channel to delete

Response

Success
Error (Not Found)
Error (Unauthorized)
204 No Content