AMPscript
Add
Remove
Update
Validate Your Server-Side JavaScript using WSProxy
Removes a previously initialized delivery profile and returns the status of the action
Remove()
This sample code deletes the delivery profile with External Key myDeliveryProfile:
1var myProfile = DeliveryProfile.Init('myDeliveryProfile');
2var status = myProfile.Remove();