Deletes the asynchronous invocation configurations of a function in a service.
Authorization information
Request syntax
DELETE /2021-04-06/services/{serviceName}/functions/{functionName}/async-invoke-config
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | $.parameters[8].schema.description | demo-service |
functionName | string | Yes | $.parameters[8].schema.enumValueTitles | helloworld |
qualifier | string | No | Deletes the asynchronous invocation configurations of a function in a service. | test |
X-Fc-Account-Id | string | No | {"name":"DeleteFunctionAsyncInvokeConfig","product":"FC-Open","version":"2021-04-06","path":"/2021-04-06/services/{serviceName}/functions/{functionName}/async-invoke-config","deprecated":0,"method":"DELETE","protocol":"HTTP|HTTPS","hidden":0,"timeout":10000,"parameter_type":"Single","params":"[{"name":"serviceName","position":"Path","required":true,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","title":"The name of the service.","description":"The name of the service. ","example":"demo-service"},{"name":"functionName","position":"Path","required":true,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","title":"The name of the function.","description":"The name of the function. ","example":"helloworld"},{"name":"qualifier","position":"Query","required":false,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","title":"The qualifier.","description":"The qualifier. ","example":"test"},{"name":"X-Fc-Account-Id","position":"Header","required":false,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","description":"The ID of your Alibaba Cloud account. ","example":"188077086902****"},{"name":"X-Fc-Date","position":"Header","required":false,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","description":"The time when Function Compute API is called. ","example":"None"},{"name":"X-Fc-Trace-Id","position":"Header","required":false,"checkBlank":false,"visibility":"Public","deprecated":false,"type":"String","description":"The trace ID of the invocation request of Function Compute.","example":"asdf*****"}]","response_headers":"[]","response":"{}","errors":"{}"} | 188077086902**** |
X-Fc-Date | string | No | Jianyi | Wed, 11 May 2022 09:00:00 GMT |
Response parameters
Examples
Sample success responses
JSON
format
{}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
|