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

# Delete Search

> Deletes an existing search.

### Path

<ParamField path="id" type="string" required>
  UUID of the selected search
</ParamField>

<RequestExample>
  ```bash Example Request theme={null}
  curl --location --request DELETE 'https://api.stream.estate/searches/{id}' \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api_key>' \
  ```
</RequestExample>
