Click or drag to resize

IAtomiaBillingApiDeleteReportDataSource Method

Deletes the report data source.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
DeleteResult DeleteReportDataSource(
	Guid reportDataSourceId
)

Parameters

reportDataSourceId
Type: SystemGuid
The report data source identifier.

Return Value

Type: DeleteResult
Result of delete operation.
See Also