curl --request POST \
--url https://api.zo.computer/sms/allowed-senders/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{}Remove an SMS contact from the allowed list.
This revokes their ability to text this Zo and removes them as a contact for outbound messages.
curl --request POST \
--url https://api.zo.computer/sms/allowed-senders/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>"
}
'{}