---
title: "Deletes a relationship between two catalog resources identified by IRI"
method: POST
path: "/metadata/relationships/{owner}/iri/delete"
tags: ["catalog relationships"]
---

# Deletes a relationship between two catalog resources identified by IRI

`POST /metadata/relationships/{owner}/iri/delete`

Deletes a directed relationship between two catalog resources with one being the source and the other being the target.

## Path parameters

- `owner` string, required

## Request body

- RelationshipCreateOrDeleteRequestByIri
  - `iri` string, required — IRI of the relationship type
  - `sourceIri` string, required — IRI of the source resource
  - `sourceType` string, required — IRI of source resource's type
  - `targetIri` string, required — IRI of the target resource

## Response `200`

default response

- SuccessMessage
  - `message` string

---

[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)
