API Docs / Operations / Time Tracking - Timer / Discard Running Timer By Code

Discard Running Timer By Code

DELETE /tenants/{tenant}/timers/{code}

Discards any user's running timer without logging time — the admin cleanup action for forgotten timers.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it