Using HTTP methods with REST APIs
You might have technical restrictions that prevent you from using certain methods common to REST-based APIs, such as PUT and DELETE. To help you avoid this issue, you can tunnel these methods within a standard POST command by adding one of the following query parameters to the request:
For the DELETE method:
&method=deleteFor the PUT method:
&method=put
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*