---
title: "Delete properties from a resource"
method: DELETE
path: "/metadata/resources/property/{owner}"
tags: ["catalog resources"]
---

# Delete properties from a resource

`DELETE /metadata/resources/property/{owner}`

Delete properties from a resource of any type in the organization. To update properties, use "Update a resource". To delete properties from multiple resources at once, use "Bulk: delete properties from resources".

## Path parameters

- `owner` string, required

## Query parameters

- `iri` string, required
- `property` string[], required

## Response `200`

default response

- CatalogResourceResponse
  - `collections` string[] — Collections that the resource is a part of
  - `iri` string, uri — IRI of the resource
  - `properties` object — All properties of the resource that are associated with a metadata presentation. Key is the IRI of the property. Value is the value of the property.
  - `sourceId` string — Database of the resource (applies only to tables and columns)
  - `tableId` string — Table id of the resource (applies only to columns)
  - `tableIri` string — Table IRI of the resource (applies only to columns)
  - `title` string — Title of the resource
  - `types` string[] — Type of the resource
  - `url` string, uri — A URL that redirects to the resource's page on data.world

---

[API](https://skmtc.net/data/apis/data-world-public-api.md) · [All operations](https://skmtc.net/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data/data-world-public-api/versions/0a0cb1f94dad/schema)
