LinkedDataSourceBatchCancelDeleteResponse

LinkedDataSourceBatchCancelDeleteResponse
LinkedDataSourceBatchCancelDeleteResponse

Response when batch-canceling the unlinking of data sources from a knowledge base.

JSON Example
{
    "succeeded": [
        {
            "id": "string",
            "state": "string",
            "data_source": {
                "id": "string",
                "origin_url": "string",
                "name": "string",
                "description": "string",
                "type": "string",
                "object": "string",
                "created_at": 0,
                "last_updated_at": 0
            }
        }
    ],
    "failed": [
        {
            "target_id": "string",
            "detail": {
                "error_code": "string",
                "loc": [
                    {}
                ],
                "msg": "string",
                "type": "string",
                "value": "string"
            }
        }
    ]
}
succeeded
Required

List of data sources successfully canceled from unlinking from the knowledge base.

failed
Required

List of errors that occurred while canceling the unlinking of the data source from the knowledge base.