RemoveCustomAttributesFromCustomer

This action removes custom fields from an existing record in the Customers object.

Action Parameters

PARAMETER NAME DESCRIPTION
CustomerUuid The ChartMogul UUID of the customer to remove the custom fields from.
Custom Custom field name to be deleted in the following format: ["field_name"]. To remove several fields at once, specify their names separated by commas, for example, ["field1","field2"].

Result

The specified custom fields are removed from the customer record.