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": "invalid_request",
  "message": "The request was invalid or cannot be served"
}

Documentation Index

Fetch the complete documentation index at: https://docs.concretehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

notePublicId
string
required

Note public ID

Response

Note deleted successfully