---
title: "removeRelations"
method: DELETE
path: "/v1/entity/{slug}/{id}/relations"
tags: ["Relations"]
---

# removeRelations

`DELETE /v1/entity/{slug}/{id}/relations`

Disassociate one or more entities to parent entity by removing items to a relation attribute

## Path parameters

- `slug` string, required — URL-friendly identifier for the entity schema
- `id` string, uuid, required

## Query parameters

- `async` boolean
- `activity_id` union
  - string, ulid — See https://github.com/ulid/spec
  - '' | 'null', nullable

## Request body

- RelationItem[]
  - `entity_id` string, uuid, required
  - `org_id` string — Organization Id the entity belongs to
  - `_schema` string — URL-friendly identifier for the entity schema
  - `attribute` string, required
  - `_tags` string[]
  - `reverse` boolean — Whether this is a reverse relation

## Response `204`

Relations deleted with success.

## Other responses

- `404` — The requested resource was not found
- `429` — Too many requests

---

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