ICustomAttributeServiceDeleteCustomAttribute Method

Delete a custom attribute.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void DeleteCustomAttribute(
	Guid attributeId
)

Parameters

attributeId
Type: SystemGuid
ID of the custom attribute.
Exceptions
ExceptionCondition
ArgumentExceptionattributeId is Empty.
NotFoundExceptionThe custom attribute with the specified ID was not found.
NoPrivilegeException The caller is not a system administrator or tenant administrator for the tenant associated with the custom attribute.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also