Remove
Overview
Removes a previously initialized sender profile and returns the status of the actionSyntax
Remove()
Example
This sample code deletes the sender profile with the external key mySenderProfile:
var myProfile = SenderProfile.Init('mySenderProfile');
var status = myProfile.Remove();