Click or drag to resize

IUserApiClientDeleteCollectionAccessLevelAsync Method

Clears the collection access levels of a user for a given database. As consequence the default collection access level is used. If there is no defined default database access level, it defaults to 'No access'. You need permission to the '_system' database in order to execute this REST call.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<DeleteAccessLevelResponse> DeleteCollectionAccessLevelAsync(
	string username,
	string dbName,
	string collectionName
)

Parameters

username
Type: SystemString
The name of the user.
dbName
Type: SystemString
The name of the database.
collectionName
Type: SystemString
The name of the collection.

Return Value

Type: TaskDeleteAccessLevelResponse
See Also