---
title: "🔒 Delete contact person V3"
method: DELETE
path: "/api/v3/customers/{customerId}/contactPersons/{contactPersonId}"
tags: ["Customer"]
---

# 🔒 Delete contact person V3

`DELETE /api/v3/customers/{customerId}/contactPersons/{contactPersonId}`

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: `customer:update`.

Delete a contact person for a customer.

## Path parameters

- `customerId` string, required
- `contactPersonId` string, required

## Response `204`

Resource successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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