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