DevelopersAPI referenceTasksProjects
Delete a project
Hard delete. Issues keep their projectId reference.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "message": "string"}Update a project
Partial update. Setting leadId to "" clears the lead; a non-empty leadId outside the org's members is 400 "invalid leadId". A `name` that another project in the same team already uses is a 409; a blank one is a 400. Re-sending the project's own name is always allowed.
List issues
Issues across the org's teams, ordered by position then number, capped at 1000 rows (no pagination — the cap is the contract). Filters combine with AND; q is a case-insensitive title substring match (LIKE wildcards in q are escaped and match literally).