You can call this operation to delete a specified asynchronous invocation configuration of a function in a service.
Request headers
This operation uses only common request headers. For more information, see Common parameters.
Request syntax
DELETE /services/{serviceName[.qualifier]}/functions/{functionName}/async-invoke-config
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
serviceName | String | Path | Yes | service_name |
The name of the service that contains the function for which you want to create or update the asynchronous invocation configuration. |
functionName | String | Path | Yes | testHelloWorld |
The name of the function. |
qualifier | String | Path | No | alias |
The alias or version of the service. |
Examples
Sample requests
DELETE /2016-08-15/services/service_name.alias/functions/testHelloWorld/async-invoke-config HTTP/1.1
Common request headers
Sample success responses
JSON
format
HTTP/1.1 204 No Content
Common response headers