// Project Channels

Delete a project channel

Delete a project channel.

DELETE/api/project/channel

Description

Deletes a project channel. Existing releases on the channel are not affected.

Parameters

NameInTypeRequiredDescription
channelId query string yes ID of the channel.

Errors

StatusMeaning
400 Invalid channelId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.