Delete a channel

DELETE /v1/channels/{channelId}

Delete a channel

Path parameters

  • channelId string Required

    The id of the channel

Responses

  • 204

    Channel successfully deleted

  • 400

    Malformed payload

  • 404

    Channel not found

DELETE /v1/channels/{channelId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/channels/{channelId}'