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

# Delete Project

### URL Parameters

<ParamField path="projectId" type="string" required>
  The unique identifier of the project to delete
</ParamField>

### Response

<ResponseField name="success" type="boolean">
  Indicates if the request was successful
</ResponseField>

<ResponseField name="message" type="string">
  A message describing the result of the operation
</ResponseField>

### Response Example

```json theme={null}
{
  "success": true,
  "message": "Project deleted successfully"
}
```
