Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://app.concretehq.com/api/v1/notes/{notePublicId} \ --header 'Authorization: Bearer <token>'
{ "error": "Not found" }
Delete a note by its public ID.
API key authentication using Bearer token format
Note public ID
Note deleted successfully