Sign in

Delete member note

documented

Delete a member note.

DELETE /lists/{list_id}/members/{subscriber_hash}/notes/{note_id}Notesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$data_center}}.api.mailchimp.com/3.0/lists/{{$list_id}}/members/{{$subscriber_hash}}/notes/{{$note_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Delete member note · Mailchimp · OpenIntegrations