Gong · Schema

DataDeletionResponse

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
requestId string A unique identifier for the request.
status string Status of the deletion request.
View JSON Schema on GitHub

JSON Schema

gong-datadeletionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataDeletionResponse",
  "title": "DataDeletionResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "A unique identifier for the request."
    },
    "status": {
      "type": "string",
      "enum": [
        "Accepted",
        "Processing",
        "Complete"
      ],
      "description": "Status of the deletion request."
    }
  }
}