DevelopersAPI referenceFormsProjects
Delete a project
Owner-only; refused while the project still contains forms. A project shared with the caller returns 403.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
pid*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/string"{ "message": "string"}Rename, recolor, or share a project
Partial update of name/color/visibility. Owner-only — a project shared with the caller by a teammate is readable but returns 403 here. visibility must be private or org.
List forms
Forms 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. created_at descending, limit 500.