Delete a Record in REDCap
delete_redcap_record.RdThis method allows you to delete one or more records from a project, and also optionally allows you to delete parts of records such as specific instruments and/or repeating instances.
Arguments
- url
Character, API url.
- token
Character, token from project.
- record_id
Numeric, single or vector of record id's.
- instrument
Character, name of instrument that contains data you wish to delete. Optional.
- repeat_instance
Character, repeating instance number that contains data you wish to delete. Optional.