Skip to main content
DELETE
Delete a monitor

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 monitor is gone, and its firings with it. There’s no undo, and no endpoint returns a deleted monitor’s history.
  • To stop a monitor without losing that history, pause it instead.
  • An id that names no monitor of yours answers 404.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Resource id

Response

Deleted, with its firings.