Skip to main content
POST
/
v1
/
notes
/
delete
Delete a note
curl --request POST \
  --url https://api.linda.cedarai.com/v1/notes/delete \
  --header 'Carrier: <carrier>' \
  --header 'Content-Type: application/json' \
  --header 'x-arms-api-key: <api-key>' \
  --header 'x-arms-assume-user: <api-key>' \
  --data '
{
  "note_id": "<string>"
}
'
{}

Documentation Index

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

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

Authorizations

x-arms-api-key
string
header
required
x-arms-assume-user
string
header
required

Headers

Carrier
string
required

Carrier ID the request is scoped to.

Body

application/json
note_id
string

ID of the note to soft-delete.

Response

A successful response.

The response is of type object.