Call an HTTP function that is defined using the delete
prefix. For example, delete_myFunction()
.
Learn more about delete()
HTTP functions.
Name | Type | Description |
---|---|---|
functionName | string required | Name of your site's HTTP function to call without its method prefix. For example, for get_myFunction() , use myFunction . |
options | object | All properties of the options object are required as defined by your site's HTTP function. |
options
PropertiesName | Type |
---|---|
headers | Supported types:
|
params | URLSearchParams object. |
body | Supported types:
|
The response object from the site’s HTTP function.