{% extends "docs/base.html" %} {% block docs_content %}
Delete a timer permanently. It cannot be restored and will not fire again.
DELETE /api/v1/users/{username}/timers/{timer_uuid}
DELETE /api/v1/teams/{team_slug}/timers/{timer_uuid}
DELETE /api/v1/teams/{team_slug}/repos/{repo_slug}/timers/{timer_uuid}
DELETE /api/v1/users/{username}/repos/{repo_slug}/timers/{timer_uuid}
204 No Content with an empty body.