Delete timer
Delete a timer permanently. It cannot be restored and will not fire again.
Scope and access
- User-scoped timers are private to the authenticated user.
- Team-scoped timers can only be listed or managed by a team owner.
- Repo-scoped timers can be listed and fetched by users with repo read access; creating, updating, or deleting one requires maintainer access.
- A timer UUID is only reachable through its owning user, team, or repo scope.
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.