Delete
This action deletes an existing record.
Note
The curl command must be entered as a single line.
curl --user <loginId>:<passwd> --request DELETE http://<host>:<port>/apps-basic/secure/org/data/
dd34da19-15c4-4267-8f1e-9f12ece743d7/F_Form1/f82e576f-cb67-4008-8219-f49a1b369f7d
--request DELETE
Specifies the correct HTTP method verb for this action.
Parent topic: Data access REST API