---
title: "Delete contact"
method: DELETE
path: "/vendors/{id}/contacts/{contactId}"
tags: ["Vendors"]
---

# Delete contact

`DELETE /vendors/{id}/contacts/{contactId}`

## Path parameters

- `id` integer, required
- `contactId` integer, required

## Query parameters

- `skipWebhook` boolean

## Response `204`

Successfully removed contact

## Other responses

- `400` — Failed to remove the contact
- `401` — Invalid token
- `404` — Could not find the specified Contact.
- `500` — Internal server error.

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
