Delete Sender-id

Delete Sender-id

Delete sender-id using delete method under your account

API Endpoint

https://eu.cpaas.bics.com/api/v2/

Note: Few elements in the endpoint may change from service to service.

DELETE

{endpoint}sms/senders/{id}

Replace the {id} with the actual id of the sender that you would like to delete.

Example Request

cURL - cURL
curl --location --globoff --request DELETE '{endpoint}api/v2/sms/senders/{sender_id}'

Example Response

{
    "status": "OK",
    "code": 200,
    "message": "Deleted Successfully",
    "data": []
}