Skip to main content
POST
/
sms
/
allowed-senders
/
remove
Remove Allowed Sender
curl --request POST \
  --url https://api.zo.computer/sms/allowed-senders/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json
phone
string
required

Response

Successful Response

{key}
boolean