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

# Delete Project

### Parameters

<ParamField body="projectId" type="string" required>
  The project to be deleted
</ParamField>

<RequestExample>
  ```bash Request theme={null}
  curl -X DELETE https://api.gotolstoy.com/projects \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>
