Delete request on an API | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Delete request on an API

https://v2-api.sheety.co/ace406a1a921023100e0166bf91736cf/dailyStuffs/images I want to delete specific records from the json by sending requests but don't know how to do

2nd Sep 2020, 6:57 AM
Rishi
1 Answer
+ 1
In order to delete specific records from the json data, here is the Syntax- DELETE Source For Example, DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType} For your case I believe, this should work: DELETE https://v2-api.sheety.co/ace406a1a921023100e0166bf91736cf/dailyStuffs/{image type}
9th Sep 2020, 9:36 AM
Arun Bhattacharya
Arun Bhattacharya - avatar