DevelopersAPI referenceCronCrunchClients
Delete a client
Owner-only. A client owned by nobody the caller can see reads as not found; one shared with them 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/clients/string"{ "message": "string"}Rename, recolor, or share a client
Owner-only. A client a teammate shared with the organization is readable but not editable — it answers 403, not 404.
List projects
Projects the caller can read: their own (active-org-scoped; legacy rows without org_id stay visible) plus any shared with the organization by a teammate. Ordered by name ascending, with client names resolved.