---
title: "Delete an organization relationship"
method: DELETE
path: "/organizationRelationships/{id}"
tags: ["OrganizationRelationships"]
---

# Delete an organization relationship

`DELETE /organizationRelationships/{id}`

Deletes an organization relationship and returns the deleted ID.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer — The ID of the deleted organization relationship

---

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