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

# deleteProject

***

# Function: deleteProject()

```ts theme={null}
function deleteProject(options: GetProjectOptions): Promise<{
  message: string;
}>;
```

Defined in: [src/utils/projects.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/projects.ts)

Deletes a project by ID or name without falling back to defaults.

## Parameters

### options

[`GetProjectOptions`](/sdk-api/typescript/reference/types/type-aliases/GetProjectOptions)

The deletion options.

## Returns

`Promise`\<\{
`message`: `string`;
}>

A promise that resolves to the delete response payload.
