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