{% extends "docs/base.html" %} {% block docs_content %}

delete_timer

Delete a timer permanently. It cannot be restored and will not fire again.

{% include "docs/partials/timer-access.html" %}

Tool

delete_timer
Authenticated

Input

{
  "timer_uuid": "8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6",
  "team": "platform"
}

Result

{
  "deleted": true,
  "uuid": "8f7a2ba9-8a67-4a56-a8e8-0fe9f26717f6"
}
{% endblock %}