cURL
curl --request DELETE \ --url https://api.zavu.dev/v1/broadcasts/{broadcastId}/contacts/{contactId} \ --header 'Authorization: Bearer <token>'
{ "code": "invalid_request", "message": "Phone number is invalid", "details": {} }
Remove a contact from a broadcast in draft status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Broadcast contact ID (not the global contact ID)
Contact removed.