curl --request DELETE \
--url https://core.ravenna.ai/api/copilot/notes/{id} \
--header 'x-ravenna-api-token: <api-key>'{
"id": "<string>",
"content": "<string>",
"category": "GENERAL",
"userId": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}curl --request DELETE \
--url https://core.ravenna.ai/api/copilot/notes/{id} \
--header 'x-ravenna-api-token: <api-key>'{
"id": "<string>",
"content": "<string>",
"category": "GENERAL",
"userId": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}Was this page helpful?