---
title: "Deletes an existing relationship"
method: DELETE
path: "/api/relationship"
tags: ["Relationship"]
---

# Deletes an existing relationship

`DELETE /api/relationship`

## Query parameters

- `guid` string, uuid, required

## Response `200`

OK

- RelationshipDTODetail
  - `contactGuid` string, uuid, required — Used to set the reference in POST and PUT
  - `projectGuid` string, uuid, required — Used to set the reference in POST and PUT
  - `createdDate` string, date-time — 
  - `createdBy` UserRef
    - `guid` string, uuid
    - `displayName` string — 
    - `name` string — 
    - `timeZoneId` string
  - `lastModifiedBy` UserRef
    - `guid` string, uuid
    - `displayName` string — 
    - `name` string — 
    - `timeZoneId` string
  - `lastModifiedDate` string, date-time — 
  - `guid` string, uuid
  - `account` AccountRef
    - `nameAndNumber` string — 
    - `guid` string, uuid
    - `utbmsIsEnabled` boolean
    - `id` integer
  - `contact` ContactRef
    - `firstName` string
    - `lastName` string
    - `middleName` string
    - `accountName` string
    - `displayName` string
    - `guid` string, uuid
    - `email` string
  - `project` ProjectRef
    - `nameAndNumber` string — This is a read only property This is a read only property
    - `guid` string, uuid
    - `accountGuid` string, uuid — Used to set the reference in POST and PUT
    - `id` integer
  - `relationshipName` string, required
  - `notes` string

---

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