Keboola · Schema

BatchDeleteRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
objects array List of workspace object names to delete.
View JSON Schema on GitHub

JSON Schema

keboola-batchdeleterequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BatchDeleteRequest",
  "required": [
    "objects"
  ],
  "properties": {
    "objects": {
      "description": "List of workspace object names to delete.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    }
  },
  "type": "object"
}