Webex · Schema

BulkDelete

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
schemas string "urn:cisco:codev:identity:contact:core:1.0".
objectIds array List of UUIDs for the contacts.
View JSON Schema on GitHub

JSON Schema

webex-bulkdelete-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkDelete",
  "title": "BulkDelete",
  "type": "object",
  "required": [
    "schemas",
    "objectIds"
  ],
  "properties": {
    "schemas": {
      "type": "string",
      "example": "urn:cisco:codev:identity:contact:core:1.0",
      "description": "\"urn:cisco:codev:identity:contact:core:1.0\"."
    },
    "objectIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "8a5fac49-2c5f-4773-aec7-02db0e3a9d72"
      },
      "description": "List of UUIDs for the contacts."
    }
  }
}