> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/data-schemas/deleting-a-data-schema.md).

# Deleting a Data Schema

Explains how to delete a data schema

This article explains how to delete a data schema or data schema version.

## Prerequisite

Make sure that you've reviewed all associated datasets that use the schema you want to delete. It is important to do this because **if a schema is deleted, all associated datasets will be deleted as well**.

## Deleting a Data Schema or Version

{% stepper %}
{% step %}

#### Open the Data Schemas page

Go to the page that lists your data schemas.
{% endstep %}

{% step %}

#### Find the schema or schema version

If needed, use the search fields at the top right.

* Use **Search Name** to search by schema name.
* Use **Search Description** to search by schema description.

Each schema appears with a row for each version. Find the version you want to delete.
{% endstep %}

{% step %}

#### Open the menu for the version

Select the three-dot menu on the right side of the version row, shown below.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/iB6nRtCEemB9p93cFKIH/12987189101725)
{% endstep %}

{% step %}

#### Remove the schema version

Select **Remove schema**.

Repeat these steps for each version you want to remove. When you delete the last version, the data schema is fully deleted.
{% endstep %}
{% endstepper %}

## Remove From the Object Page

You can also remove a schema or schema version directly from the **Data Schemas** page by selecting **Remove schema**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rhinofcp.com/data-schemas/deleting-a-data-schema.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
