---
title: "Delete a specific customer contact"
method: DELETE
path: "/api/vendors/{vendorId}/contacts/{contactId}"
tags: ["Vendor Contact"]
---

# Delete a specific customer contact

`DELETE /api/vendors/{vendorId}/contacts/{contactId}`

## Path parameters

- `vendorId` string, required
- `contactId` string, required

## Response `200`

Success

## Other responses

- `204` — Vendor contact did not exist
- `404` — The vendor 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/revisions/016c1fd45a3f/schema)
