Help Center> FunctionGraph> API Reference> Function Management Zone API> Deleting the Asynchronous Invocation Configuration of a Function Version

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

Table 1 Path parameters

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.