Skip to main content
Version: 1.7.3

Delete

Delete

DELETE EmailCustomization/Delete 

Request Params

FieldTypeDescription
CustomizationIdGuidUnique Identifier of the customization

Response Body

FieldTypeDescription
CustomizationIdGuidunique identifier of the customization
CustomizationNmNameName of the customization.
Errorsobject[]Collection of errors
    IdstringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
    NamestringName of the errored node.
    MessagestringShows the error message

Request Params

"EmailCustomization/Delete?CustomizationId=c79327c2-0d3d-4510-83a7-0b78bb32d3c0"

Response JSON

{
"EmailCustomizationId": "c79327c2-0d3d-4510-83a7-0b78bb32d3c0",
"EmailCustomizationNm": "Customization 01",
"Message": "Email Customization Id deleted successfully",
"Errors": null
}