Delete template using delete method under your account
https://portal.mobtexting.com/api/v2/
Note: Few elements in the endpoint may change from service to service.
{endpoint}sms/templates/{id}
Replace the with the actual id of the template that you would like to delete.
{
"status": "OK",
"code": 200,
"message": "Deleted Successfully",
"data": []
}