Click or drag to resize

GraphApiClientDeleteVertexAsyncT Method (String, String, String, DeleteVertexQuery)

Removes a vertex from the collection. DELETE/_api/gharial/{graph}/vertex/{collection}/{vertex}

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteVertexResponse<T>> DeleteVertexAsync<T>(
	string graphName,
	string collectionName,
	string vertexKey,
	DeleteVertexQuery query = null
)

Parameters

graphName
Type: SystemString
collectionName
Type: SystemString
vertexKey
Type: SystemString
query (Optional)
Type: ArangoDBNetStandard.GraphApi.ModelsDeleteVertexQuery

Type Parameters

T

Return Value

Type: TaskDeleteVertexResponseT

Implements

IGraphApiClientDeleteVertexAsyncT(String, String, String, DeleteVertexQuery)
See Also