Delete template using delete method under your account
https://eu.cpaas.bics.com/api/v2/
{endpoint}sms/templates/{id}
Replace the {id} with the actual id of the template that you would like to delete.
curl -X DELETE \
'{endpoint}sms/templates/b23769e6-019f-48f4-aae9-ec00a5xxxxxx' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer 5b02112fb7xxxxxxxxx'
{
"status": "OK",
"code": 200,
"message": "Deleted Successfully",
"data": []
}