DeleteContactResponse

Response from a contact delete operation

AutomationContent ManagementCustomer JourneyDigital MarketingEmailMarketingMarketing AutomationMCPMobile MessagingPersonalizationSMSWebhook

Properties

Name Type Description
operationStatus string
requestServiceMessageID string
responseDateTime string
operationInitiated boolean Whether the asynchronous delete was successfully initiated
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-delete-contact-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteContactResponse",
  "type": "object",
  "description": "Response from a contact delete operation",
  "properties": {
    "operationStatus": {
      "type": "string"
    },
    "requestServiceMessageID": {
      "type": "string"
    },
    "responseDateTime": {
      "type": "string"
    },
    "operationInitiated": {
      "type": "boolean",
      "description": "Whether the asynchronous delete was successfully initiated"
    }
  }
}