# Delete an AI Search index

Launch stage: Public Preview

`DELETE /api/2.0/ai-search/{name=workspaces/*/endpoints/*/indexes/*}`

Delete an AI Search index.

API scopes: ai-search

## Path parameters

- `name` (string, required)
  Full resource name of the index to delete.
   Format: `workspaces/{workspace_id}/endpoints/{endpoint_id}/indexes/{index_id}`

## Response

```json
{}
```

