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
| Field | Type | Description |
|---|---|---|
| CustomizationId | Guid | A unique customization identifier generated by TaxBandits |
Response Body
| Field | Type | Description |
|---|---|---|
| CustomizationId | Guid | A unique customization identifier generated by TaxBandits |
| CustomizationNm | string | A unique customization name generated by TaxBandits |
| Message | string | Displays the message |
| Errors | object[] | Details about any errors occurred |
| Id | string | The unique error ID assigned by TaxBandits for each error |
| Name | string | Name of the node where the error occurred |
| Message | string | Displays the error message |