Dissociate an Acceleration from its dataset by providing the dataset ID with the Securable role. Any logged-in user may call this operation.
npm install @luzmo/nodejs-sdkDissociate an acceleration from a securable (dataset).
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"load_type": "delta",
"data_storage_strategy": "insert-update",
"primary_key_column_ids": [
"123e4567-e89b-12d3-a456-426614174002"
],
"created_at_column_id": "123e4567-e89b-12d3-a456-426614174003",
"updated_at_column_id": "123e4567-e89b-12d3-a456-426614174004",
"schedule": {
"frequency_unit": "day",
"frequency_quantity": 1
},
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}