ITokenServiceDelete Method

Deletes the specified token.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void Delete(
	Guid id
)

Parameters

id
Type: SystemGuid
The token ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe token referenced by id cannot be found.
InvalidOperationExceptionThe specified token is a basic token, and therefore cannot be deleted.
NoPrivilegeExceptionThe caller does not have access to perform the requested operation on the token.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also