Click or drag to resize

CursorApiClientDeleteCursorAsync Method

Deletes an existing cursor and frees the resources associated with it. DELETE /_api/cursor/{cursor-identifier}

Namespace:  ArangoDBNetStandard.CursorApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<DeleteCursorResponse> DeleteCursorAsync(
	string cursorId
)

Parameters

cursorId
Type: SystemString
The id of the cursor to delete.

Return Value

Type: TaskDeleteCursorResponse

Implements

ICursorApiClientDeleteCursorAsync(String)
See Also