---
title: "Delete profile (any type)"
method: DELETE
path: "/group-profile/v1/profiles/{profileId}"
tags: ["Profile"]
---

# Delete profile (any type)

`DELETE /group-profile/v1/profiles/{profileId}`

Delete a company, group, or travel agent profile. The profile type is automatically determined.

## Path parameters

- `profileId` integer, required

## Headers

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

## Response `204`

Profile deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Profile 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)
