---
title: "Delete a relationship (deleteRelationshipService)"
method: POST
path: "/deleteRelationshipService"
---

# Delete a relationship (deleteRelationshipService)

`POST /deleteRelationshipService`

Deletes a previously defined relationship between two identities.

## Request body

- ServiceRequestDeleteRelationshipService — Standard wrapper for all service requests.
  - `trackingId` string — Optional client-defined correlation ID.
  - `content` DeleteRelationshipWsRequest
    - `id` string

## Response `200`

Delete relationship response

- ServiceResponseDeleteRelationshipService — Standard wrapper for all service responses.
  - `auditId` string — Unique audit identifier for correlating requests and responses.
  - `success` boolean — Indicates whether the business operation succeeded.
  - `warnings` string[] — Non-fatal warnings generated by the operation.
  - `retryableError` boolean — Indicates whether an error is transient and the request may be retried.
  - `message` string — Human-readable status message.
  - `errors` string[] — Error messages if success is false.
  - `trackingId` string — Echo of the request trackingId, if provided.
  - `content` DeleteRelationshipWsResponse
    - `id` string

---

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