Projects
Delete a project
Authorization
apiKey AuthorizationBearer <token>
Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.
In: header
Path Parameters
project_id*string
Unique identifier for a project.
Match
^prj_[a-z0-9]{16}$Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/projects/prj_4f8k2m7x9q1v6b3n"{ "id": "prj_4f8k2m7x9q1v6b3n", "object": "project", "deleted": true}Update a project PATCH
Previous Page
Analyze a project's latest Definition Revision GET
Runs deterministic OpenAPI or GraphQL authorship checks against the latest observed immutable Definition Revision after applying the Definition's existing patches. Diagnostics group every affected location under a stable rule. Exact patches are included only when Typeship can derive the change without inventing API behavior.