Skip to main content
Version: 1.7.3

Delete

Delete

This endpoint allows you to delete a specific secure URL customization you’ve created. Your request JSON must include the CustomizationId you want to delete.

DELETE PortalCustomization/Delete 

Request Body

FieldTypeDescription
CustomizationIdGuidA unique customization identifier generated by TaxBandits

Response Body

FieldTypeDescription
CustomizationIdGuidA unique customization identifier generated by TaxBandits
CustomizationNmstringA unique customization name generated by TaxBandits
MessagestringDisplays the message
Errorsobject[]Details about any errors occurred
   IdstringThe unique error ID assigned by TaxBandits for each error
    NamestringName of the node where the error occurred
    MessagestringDisplays the error message

Request JSON

"PortalCustomization/Delete?CustomizationId=94fd3f4e-69f5-40a9-bc27-a31d2364a1c4"

Response JSON

{
"CustomizationId": "0d0adc74-20ab-4ac4-95c2-16985efc59e6",
"CustomizationNm": "Customization 40",
"Message": "Customization Id deleted successfully",
"Errors": null
}