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

# Delete from space

> Delete a route from the user's zo.space site.

{/* Tool: delete_space_route */}

Deleting a custom `/` route reveals the built-in starter homepage. The starter homepage itself cannot be deleted; use `edit_space_route` to replace it.

## Parameters

<ParamField path="path" type="string" required={true}>
  Route path to delete, e.g. '/api/hello' or '/about'.
</ParamField>
