---
title: "Patch Multiple Relationships"
method: PATCH
path: "/admin/relation-tuples"
tags: ["relationship"]
---

# Patch Multiple Relationships

`PATCH /admin/relation-tuples`

Use this endpoint to patch one or more relationships.

## Request body

- RelationshipPatch[]
  - `action` 'insert' | 'delete'
  - `relation_tuple` Relationship — Relationship
    - `namespace` string, required — Namespace of the Relation Tuple
    - `object` string, required — Object of the Relation Tuple
    - `relation` string, required — Relation of the Relation Tuple
    - `subject_id` string — SubjectID of the Relation Tuple Either SubjectSet or SubjectID can be provided.
    - `subject_set` SubjectSet
      - `namespace` string, required — Namespace of the Subject Set
      - `object` string, required — Object of the Subject Set
      - `relation` string, required — Relation of the Subject Set

## Response `204`

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.

## Other responses

- `400` — errorGeneric
- `404` — errorGeneric
- `default` — errorGeneric

---

[API](https://skmtc.net/ory/apis/ory-keto.md) · [All operations](https://skmtc.net/ory/apis/ory-keto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ory/ory-keto/versions/305cb58cb754/schema)
