Deleting the Asynchronous Invocation Configuration of a Function Version
Function
This API is used to delete the asynchronous invocation configuration of a function version.
URI
DELETE /v2/{project_id}/fgs/functions/{function_urn}/async-invoke-config
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Tenant's project ID. Minimum: 1 Maximum: 32 |
|
function_urn |
Yes |
String |
Function URN. Minimum: 1 Maximum: 269 |
Request Parameters
None
Response Parameters
None
Example Requests
Delete the asynchronous invocation configuration of a function version.
Delete https://{functiongraph_endpoint}/v2/{project_id}/fgs/functions/{function_urn}/async-invoke-config
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
No Content |
|
404 |
Not Found |
Error Codes
See Error Codes.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.