Delete a channel
DELETE/v1/projects/:project_id/channels/:channel_id
Deletes the channel and whatever it provisioned — the WhatsApp send tool and write-only credential secret, or the Discord channel's sealed bot token (dropped with the row, closing its gateway connection).
Request
Responses
- 204
- 401
- 404
- 502
Channel deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime, or Meta, could not complete the operation.