Click or drag to resize

ICursorApiClientDeleteCursorAsync 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
Task<DeleteCursorResponse> DeleteCursorAsync(
	string cursorId
)

Parameters

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

Return Value

Type: TaskDeleteCursorResponse
See Also