---
title: "Delete a specific customer contact"
method: DELETE
path: "/api/customers/{customerId}/contacts/{contactId}"
tags: ["Customer Contact"]
---

# Delete a specific customer contact

`DELETE /api/customers/{customerId}/contacts/{contactId}`

## Path parameters

- `customerId` string, required
- `contactId` string, required

## Response `200`

Success

## Other responses

- `204` — Customer contact did not exist
- `404` — The customer did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
