Deletes a sending profile given its id from the account
| Argument | Data Type | Required | Description |
| id | integer | Yes | containing the profile id to be deleted |
| XML Response | JSON Response |
| <response> <success>Profile Deleted</success> </response> |
{
"success": "Profile Deleted"
} |