# Delete a project, deletion operation will be added to queue. To get status of project deletion use jobs/{jobId} API Deleting a project will delete all project inventory, custom field values, corresponding notes and all code base files permanently from the server. Endpoint: DELETE /projects/{projectId} Version: v1 Security: bearerAuth ## Path parameters: - `projectId` (integer, required) ID of the Project Example: 1 ## Response 202 fields ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields