/v1/broadcast/lead/{id}

Delete lead with given lead's id

Delete a Lead

Lead can be updated in the following manner.

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

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the Lead 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!