Delete sender-id using post method under your account
https://portal.mobtexting.com/api/v2/
{endpoint}sms/sender/delete/{id}
Replace the {id} with the actual id of the sender that you would like to delete.
curl -X DELETE \
{endpoint}sms/sender/delete/{id}/b7e42a8e-b6df-4a5e-ac42-xxxxxxxxxxxx \
-H 'Authorization: Bearer 5b02112fb7xxxxxxxxxxxxxxx' \
{
"status": "OK",
"code": 200,
"message": "Sender deleted successfully"
}