Click or drag to resize

AqlFunctionApiClientDeleteAqlFunctionAsync Method

Removes an existing AQL user function or function group, identified by name. DELETE /_api/aqlfunction/{name}

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteAqlFunctionResponse> DeleteAqlFunctionAsync(
	string name,
	DeleteAqlFunctionQuery query = null
)

Parameters

name
Type: SystemString
The name of the function or function group (namespace).
query (Optional)
Type: ArangoDBNetStandard.AqlFunctionApi.ModelsDeleteAqlFunctionQuery
The query parameters of the request.

Return Value

Type: TaskDeleteAqlFunctionResponse

Implements

IAqlFunctionApiClientDeleteAqlFunctionAsync(String, DeleteAqlFunctionQuery)
See Also