Mailchimp · Example Payload

Mailchimp Postrejectsdelete Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postrejectsdelete 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": "postRejectsDelete",
  "method": "POST",
  "path": "/rejects/delete",
  "summary": "Mailchimp Delete a Rejection",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostrejectsdeleteRequestExample",
      "example": {
        "key": "example_value",
        "email": "user@example.com",
        "subaccount": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postrejectsdelete200Example",
      "example": {
        "email": "user@example.com",
        "deleted": true,
        "subaccount": "example_value"
      }
    }
  ]
}