Click or drag to resize

CollectionApiClientDeleteCollectionAsync Method

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteCollectionResponse> DeleteCollectionAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString

Return Value

Type: TaskDeleteCollectionResponse

Implements

ICollectionApiClientDeleteCollectionAsync(String)
See Also