/v1/broadcast/list/{id}

Delete broadcast-list for a given id

Delete a Broadcast List

Broadcast List can be deleted using the below

curl --request DELETE \
  --url https://api.servetel.in/v1/broadcast/list/id \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the List to be deletedString

Response Variables

Variable NameDescriptionData type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!