Skip to content

Example of REDCap form by form deletion command #152

@tashrifbillah

Description

@tashrifbillah
data = {
    'token': '5611DD73234AED9E0B956F21F97C317A',
    'action': 'delete',
    'content': 'record',
    'records[0]': 'BM58352',
    'arm': '1',
    'instrument': 'guid_form',
    'event': 'baseline_arm_1',
    'returnFormat': 'json'
}
r = requests.post('https://redcap.partners.org/redcap/api/',data=data)
print('HTTP Status: ' + str(r.status_code))
print(r.text)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions