Skip to main content

Delete Specific Channel

Delete a specific deployment channel.

Endpoint:

DELETE /deleteChannel?id=<id>

Headers:

Authorization: Bearer JWT token.

Query Parameters:

id: The unique identifier of the channel to delete.

Request:

curl -X DELETE http://localhost:9000/deleteChannel\?id\=64145ebaedd163d59d52e1dc \
-H "Authorization: Bearer <jwt_token>"

Response:

{
"deleteChannelResult.DeletedCount": 1
}