Gong · Schema

UnassignProspectsResponse

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
requestId string A unique identifier for the request.
unassignedFlowInstanceIds array Flow instance IDs the prospect was successfully removed from.
View JSON Schema on GitHub

JSON Schema

gong-unassignprospectsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UnassignProspectsResponse",
  "title": "UnassignProspectsResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "A unique identifier for the request."
    },
    "unassignedFlowInstanceIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Flow instance IDs the prospect was successfully removed from."
    }
  }
}