cURL
curl --request DELETE \ --url https://api.attio.com/v2/notes/{note_id} \ --header 'Authorization: Bearer <token>'
{}
Delete a single note by ID.
Required scopes: note:read-write.
note:read-write
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID which identifies the note to delete.
"ff3f3bd4-40f4-4f80-8187-cd02385af424"
Success
Was this page helpful?