Remove

Overview 

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

Syntax 

Remove()

Example 

This sample code deletes the sender profile with the external key mySenderProfile:

1var myProfile = SenderProfile.Init('mySenderProfile');
2var status = myProfile.Remove();