Skip to main content
DELETE
Delete a notification channel

Notes

  • To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.
  • A 204 means the channel is gone, along with its signing secret. There’s no undo — a new channel to the same URL gets a new secret.
  • Monitors that posted only to this channel keep running with no destination. They still evaluate and record firings; the firings reach nobody. Check List monitors for monitors left without a channel, and pause or delete the ones you no longer want.
  • To stop deliveries while keeping the channel and its secret, pause it instead.
  • An id that names no channel of yours answers 404.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Resource id

Response

Deleted. Monitors that posted only to this channel keep running with no destination.