Skip to main content
DELETE
/
copilot
/
notes
/
{id}
Delete a copilot note
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>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

Successful response

id
string
required
content
string
required
category
enum<string>
required
Available options:
GENERAL,
TICKETING,
WORKFLOWS,
ANALYTICS
userId
string
required
workspaceId
string
required
createdAt
string
required
updatedAt
string
required