Remove

Overview 

Removes a previously initialized delivery profile and returns the status of the action

Syntax 

Remove()

Examples 

This sample code deletes the delivery profile with External Key myDeliveryProfile:

1var myProfile = DeliveryProfile.Init('myDeliveryProfile');
2var status = myProfile.Remove();