Skip to main content
DELETE
/
notes
/
{notePublicId}
Delete note
curl --request DELETE \
  --url https://app.concretehq.com/api/v1/notes/{notePublicId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Not found"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

notePublicId
string
required

Note public ID

Response

Note deleted successfully