delete_member_note
Permanently delete a note from a Mailchimp member's record. Requires list ID, member email, and note ID. Action cannot be undone.
Instructions
Permanently delete a note attached to a member. Cannot be undone.
Use list_member_notes to find note_ids before calling. Does not affect the member itself, only the note.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 if the note or member does not exist.
Args: list_id: Audience/list ID. Obtain from list_audiences. email_address: Email of the member who owns the note. note_id: Note ID to delete. Obtain from list_member_notes.
Returns: JSON with status ('deleted'), email_address, note_id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| email_address | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |