Gong · Schema

PhoneDeleteRequest

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
phoneNumber string The phone number whose associated data should be deleted.
View JSON Schema on GitHub

JSON Schema

gong-phonedeleterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneDeleteRequest",
  "title": "PhoneDeleteRequest",
  "type": "object",
  "required": [
    "phoneNumber"
  ],
  "properties": {
    "phoneNumber": {
      "type": "string",
      "description": "The phone number whose associated data should be deleted."
    }
  }
}