DELETE
/
v2
/
notes
/
{note_id}
curl --request DELETE \
  --url https://api.attio.com/v2/notes/{note_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

note_id
string
required

A UUID which identifies the note to delete.

Example:

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

Response

200
application/json

Success