---
title: "Delete contact person from a profile (group, company, or travel agent)"
method: DELETE
path: "/group-profile/v1/contact-persons/{contactPersonId}"
tags: ["ContactPerson"]
---

# Delete contact person from a profile (group, company, or travel agent)

`DELETE /group-profile/v1/contact-persons/{contactPersonId}`

## Path parameters

- `contactPersonId` integer, required

## Headers

- `x-property-id` integer
- `x-organization-id` integer, required

## Response `204`

Contact person deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Contact person not found

---

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