---
title: "Delete profile note"
method: DELETE
path: "/group-profile/v1/profiles/{profileId}/notes/{noteId}"
tags: ["ProfileNote"]
---

# Delete profile note

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

Delete a note from a profile

## Path parameters

- `profileId` integer, required
- `noteId` integer, required

## Headers

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

## Response `204`

Profile note deleted successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Profile note not found
- `422` — Unprocessable Entity

---

[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)
