Gong · Schema

EmailDeleteRequest

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
emailAddress string The email address whose associated data should be deleted.
View JSON Schema on GitHub

JSON Schema

gong-emaildeleterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailDeleteRequest",
  "title": "EmailDeleteRequest",
  "type": "object",
  "required": [
    "emailAddress"
  ],
  "properties": {
    "emailAddress": {
      "type": "string",
      "format": "email",
      "description": "The email address whose associated data should be deleted."
    }
  }
}