Remove
Overview
Removes a previously initialized delivery profile and returns the status of the actionSyntax
Remove()
Examples
This sample code deletes the delivery profile with External Key myDeliveryProfile:
var myProfile = DeliveryProfile.Init('myDeliveryProfile');
var status = myProfile.Remove();