---
title: "Delete profile document"
method: DELETE
path: "/group-profile/v1/profiles/{profileId}/documents/{documentId}"
tags: ["ProfileDocument"]
---

# Delete profile document

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

Delete a document from a profile

## Path parameters

- `profileId` integer, required
- `documentId` integer, required

## Headers

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

## Response `204`

Profile document deleted successfully

## Other responses

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