cURL
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" }
Delete a note by its public ID.
Documentation IndexFetch the complete documentation index at: https://docs.concretehq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.concretehq.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication using Bearer token format
Note public ID
Note deleted successfully