---
title: "Delete an onboarded carrier contact"
method: DELETE
path: "/onboarded-carrier/contacts/{contact_id}"
tags: ["Onboarded Carriers"]
---

# Delete an onboarded carrier contact

`DELETE /onboarded-carrier/contacts/{contact_id}`

Deletes an existing onboarded carrier contact for the authenticated customer. Requires a valid JWT token and the appropriate permission. The contact must belong to the authenticated customer.

## Path parameters

- `contact_id` string, uuid, required

## Response `200`

Contact deleted successfully.

- object
  - `contact` object
    - `id` string, uuid
    - `deleted` boolean

## Other responses

- `400` — Bad Request – Invalid contact identifier.
- `401` — Unauthorized – Invalid or missing Access-Token.
- `403` — Forbidden – The user lacks required permission or does not own the contact.
- `404` — Contact not found.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/genlogs/apis/auth-api-create-token.md) · [All operations](https://skmtc.net/genlogs/apis/auth-api-create-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genlogs/auth-api-create-token/versions/bf34c2431a21/schema)
