Home / Resources / API Reference

Project

Base route: /api/project

Delete project channel

Permanently removes a specific channel from the project. This action might affect existing releases tied to this channel.

Request

Parameters
channelId
string
required
The unique ID of the channel to be deleted.
Query string

DELETE /api/project/channel?channelId=...

Response

200 OK