Mailchimp · Example Payload

Mailchimp Postsubaccountsdelete Example

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Mailchimp Postsubaccountsdelete 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": "postSubaccountsDelete",
  "method": "POST",
  "path": "/subaccounts/delete",
  "summary": "Mailchimp Delete a Subaccount",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "PostsubaccountsdeleteRequestExample",
      "example": {
        "key": "example_value",
        "id": "abc123"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Postsubaccountsdelete200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "notes": "example_value",
        "custom_quota": 10,
        "status": "active",
        "reputation": 10,
        "created_at": "2026-01-15T10:30:00Z",
        "first_sent_at": "2026-01-15T10:30:00Z",
        "sent_weekly": 10,
        "sent_monthly": 10,
        "sent_total": 10
      }
    }
  ]
}