Click or drag to resize

IndexApiClientDeleteIndexAsync Method

Delete an index permanently.

Namespace:  ArangoDBNetStandard.IndexApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteIndexResponse> DeleteIndexAsync(
	string indexId
)

Parameters

indexId
Type: SystemString
The identifier of the index.

Return Value

Type: TaskDeleteIndexResponse
See Also