delete_records
Delete records from a REDCap project by providing record IDs. Returns confirmation with the count of deleted records.
Instructions
Delete records from the REDCap project by record ID.
Args: record_ids: List of record IDs to delete.
Returns: Confirmation message with the count of deleted records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |