> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bedrock.quarry-systems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Project

> Delete a project

## Path Parameters

<ParamField path="id" type="string" required>
  The project ID to delete
</ParamField>

## Response

Returns 204 No Content on success.

<Warning>
  Deleting a project will also delete all associated environments.
</Warning>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE 'https://api.example.com/projects/project_api' \
    -H 'Authorization: Bearer YOUR_TOKEN'
  ```
</RequestExample>
