DELETE
/
v1
/
sms
/
routing
/
blacklist
/
{blacklist}
Remove the specified resource from storage
curl --request DELETE \
  --url https://api.comm.com/api/v1/sms/routing/blacklist/{blacklist} \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

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

Path Parameters

blacklist
string<uuid>
required

The blacklist ID

Response

No content