v1 projects
Delete a project
Delete a project by its ID.
This endpoint:
- Permanently deletes the project
- Verifies the authenticated user owns the project
- Returns confirmation of deletion
**Note**: This action cannot be undone.
**Authentication**: Requires valid API key or JWT token
delete/v1/projects/{project_id}
Path parameters
project_idstring required
Query parameters
user_idstring nullable
Response
Successful Response
Changes
Changed in 2 of the 29 revisions of this API.2
- ○
added the new optional
queryrequest parameteruser_idnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○