---
title: "Removes the given company contact"
method: DELETE
path: "/v1/resourceowner/companycontact/{companyContactIdToDelete}"
tags: ["ResourceOwnerCompanyContacts"]
---

# Removes the given company contact

`DELETE /v1/resourceowner/companycontact/{companyContactIdToDelete}`

This will delete the given company contact.

## Path parameters

- `companyContactIdToDelete` integer, required

## Response `200`

The company contact has been deleted

## Other responses

- `403` — Request is forbidden, this could occur if you are not associated with the company contact
- `404` — The company contact that you tried to remove doesn't exist
- `500` — Internal server error

---

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