---
title: "Delete a relationship"
method: DELETE
path: "/entities/{entityDID}/relationships"
tags: ["Relationships"]
---

# Delete a relationship

`DELETE /entities/{entityDID}/relationships`

Deletes an existing relationship between an address and an entity. Use 'from' and 'to' query parameters to identify the relationship.

## Path parameters

- `entityDID` string, did, required — Decentralized Identifier (DID)

## Query parameters

- `from` string, required — The source identifier of the relationship
- `to` string, required — The target identifier of the relationship
- `asset` AssetIdentifier[]

## Response `202`

Relationship deleted successfully

- object
  - `success` unknown, required

## Other responses

- `400` — Bad Request - The server could not process the request due to a client error.
- `401` — Unauthorized - Authentication information is missing or invalid.
- `403` — Forbidden - The server understood the request but refuses to authorize it.
- `404` — Not Found - The requested resource could not be found.
- `409` — Conflict - The request could not be completed due to a conflict with the current state of the resource.
- `500` — Internal Server Error - An unexpected condition was encountered on the server.

---

[API](https://skmtc.net/notabene/apis/notabene-api.md) · [All operations](https://skmtc.net/notabene/apis/notabene-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notabene/notabene-api/versions/70056745a433/schema)
