Skip to main content
DELETE
/
v1
/
broadcasts
/
{broadcastId}
Delete broadcast
curl --request DELETE \
  --url https://api.zavu.dev/v1/broadcasts/{broadcastId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "invalid_request",
  "message": "Phone number is invalid",
  "details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

broadcastId
string
required

Response

Broadcast deleted.