Projects
Delete a project
Deletes a project by ID. The user must have permission to delete the project.
Parameters:
id(path, required): The unique identifier of the project to delete.
DELETE
Delete a project
Previous
Get project overviewReturns a summary overview of a project by ID. For the full project entity, use the non-overview GET endpoint.
**Parameters:**
- `projectId` (path, required): The unique identifier of the project.
Next
Delete a project