---
title: "Delete a contact"
method: DELETE
path: "/contacts/{contactId}"
tags: ["Contacts"]
---

# Delete a contact

`DELETE /contacts/{contactId}`

This operation deletes a specific contact by id.

See the `canDelete` field on a given contact to determine if deletion is allowed.

## Path parameters

- `contactId` string, required

## 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)
