+ 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
1 Resposta
+ 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}