DELETE
/
v1
/
notes
/
{note_id}
curl "https://api.mem.ai/v1/notes/01961d40-7a67-7049-a8a6-d5638cbaaeb9" \
     --header "Content-Type: application/json" \
     --header "Authorization: Bearer $MEM_API_KEY" \
     --request DELETE
{
  "operations": [
    {
      "note_id": "5e29c8a2-c73b-476b-9311-e2579712d4b1",
      "type": "deleted-note"
    }
  ],
  "request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522",
  "status": "completed"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

note_id
string
required

Response

200 - application/json
OK
request_id
string
required
operations
object[]
required
status
enum<string>
required
Available options:
completed,
failed,
unknown