---
title: "Delete an integration link"
method: DELETE
path: "/contacts/{contactId}/integrationlinks"
tags: ["Contacts"]
---

# Delete an integration link

`DELETE /contacts/{contactId}/integrationlinks`

This operation deletes a specific integration link associated with a contact.

## Path parameters

- `contactId` string, required

## Query parameters

- `type` 'elation' | 'hint' | 'athena' | 'custom'
- `externalId` string — The id of a contact in an external system.

## Request body

- ContactDeleteContactIntegrationLink
  - `externalId` string — The id of a contact in an external system.
  - `type` 'elation' | 'hint' | 'athena' | 'custom'

## Response `200`

ok response

## Other responses

- `400` — bad request
- `404` — not found
- `500` — unexpected error

---

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