Click or drag to resize

GraphApiClientDeleteGraphAsync Method

Deletes an existing graph object by name. Optionally all collections not used by other graphs can be deleted as well, using DeleteGraphQuery. DELETE /_api/gharial/{graph-name}

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteGraphResponse> DeleteGraphAsync(
	string graphName,
	DeleteGraphQuery query = null
)

Parameters

graphName
Type: SystemString
query (Optional)
Type: ArangoDBNetStandard.GraphApi.ModelsDeleteGraphQuery

Return Value

Type: TaskDeleteGraphResponse

Implements

IGraphApiClientDeleteGraphAsync(String, DeleteGraphQuery)
See Also