Click or drag to resize

IGraphApiClientDeleteGraphAsync 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
Task<DeleteGraphResponse> DeleteGraphAsync(
	string graphName,
	DeleteGraphQuery query = null
)

Parameters

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

Return Value

Type: TaskDeleteGraphResponse
See Also