---
title: "Remove a property descriptor from a table in the dataset schema"
method: POST
path: "/dataset/remove_property"
tags: ["dataset"]
---

# Remove a property descriptor from a table in the dataset schema

`POST /dataset/remove_property`

## Request body

- RemovePropertyRequest
  - `dataset_name` string, required
  - `property_name` string, required
  - `table_name` string, required

## Response `200`

Property removed successfully

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
