I wanted to delete like 50 ids, how would I go about it?

I wanted to delete like 50 ids, how would I go about it?

@tess1, you could do it with the curl command as outlined below:

curl -X DELETE -v --user account_name:Password https://{KF_URL}/api/v2/assets//{ASSET_UID}/data/bulk/ --form ‘payload={“submission_ids”:[182231403, 182231386]}’

1 Like