Delete sender-id using delete method under your account
https://eu.cpaas.bics.com/api/v2/
{endpoint}sms/senders/{id}
Replace the {id} with the actual id of the sender that you would like to delete.
curl -X DELETE \
'{endpoint}sms/senders/ff467e28-7170-4a72-952e-c999cxxxxxx' \
-H 'Authorization: Bearer 5b02112fb7xxxxxxxxxxxxxxx' \
{
"status": "OK",
"code": 200,
"message": "Deleted Successfully",
"data": []
}