DevelopersAPI referenceCronCrunchProjects
Delete a project
Owner-only. A project shared with the caller by a teammate answers 403.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/string"{ "message": "string"}Edit or share a project
Owner-only. A project a teammate shared with the organization can be read and logged against, but not edited — it answers 403, not 404. Sending clientId as an empty string clears the client.
List time entries
The caller's OWN entries only — sharing a project never exposes anyone's hours, so there is no scope lens here. Ordered started_at descending, hard limit 500. from/to filter on started_at; tagId filters to entries carrying that tag.