Mailchimp · Example Payload

Mailchimp Postallowlistsdelete Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postallowlistsdelete Example is an example object payload from Mailchimp, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postAllowlistsDelete",
  "method": "POST",
  "path": "/allowlists/delete",
  "summary": "Mailchimp Delete an Allowlist Entry",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostallowlistsdeleteRequestExample",
      "example": {
        "key": "example_value",
        "email": "user@example.com"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postallowlistsdelete200Example",
      "example": {
        "email": "user@example.com",
        "deleted": true
      }
    }
  ]
}