---
title: "Delete Relationship"
method: DELETE
path: "/v1/access-control/relationships"
tags: ["v1", "protected", "access-control"]
---

# Delete Relationship

`DELETE /v1/access-control/relationships`

Revoke a resource-ownership relation from the configured graph backend.

## Request body

- RelationshipWriteRequest
  - `namespace` string, required
  - `object` string, required
  - `relation` string, required
  - `subject_id` string, nullable
  - `subject_set` SubjectSetBody
    - `namespace` string, required
    - `object` string, required
    - `relation` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-18** `dad98bb65260` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/access-control/relationships/delete.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/d29cbb0c8cc9/schema)
