{% 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" %}

Endpoints

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}
Authenticated

Success

204 No Content with an empty body.

{% endblock %}