Skip to main content
DELETE
/
v2
/
notes
/
{note_id}
Delete a note
curl --request DELETE \
  --url https://api.attio.com/v2/notes/{note_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

note_id
string<uuid>
required

A UUID which identifies the note to delete.

Example:

"ff3f3bd4-40f4-4f80-8187-cd02385af424"

Response

Success

Success