Click or drag to resize

IAtomiaBillingApiDeleteTemplate Method

Deletes the template with the specified id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void DeleteTemplate(
	Guid templateId
)

Parameters

templateId
Type: SystemGuid
Template's id.
See Also