remove_dataset_entities
Remove specified entities from a dataset by providing their IDs, while keeping the entities themselves intact for future use.
Instructions
Remove entities from a dataset (the entities themselves are not deleted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| dataset_id | Yes | The dataset ID to remove entities from. | |
| entity_ids | Yes | List of entity IDs to remove (required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |