organization · inferred from evidence
drewm
The maintainer or owner of the mailchimp-api repository.
- MailChimp API wrapper: DELETE always reports failure (204 empty body treated as error)
The wrapper assumed an empty response body meant failure, but MailChimp DELETEs return 204 with no body by design. The maintainer fixed the wrapper to treat any 2xx response as success regardless of body content. Upgrade drewm/mailchimp-api