API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
SIP
Remove IP from SIP IP Whitelist
Remove an existing IP address from your SIP IP whitelist.
DELETE
/
api
/
v2
/
sip
/
ipWhitelist
curl --request DELETE \
--url https://api.vida.dev/api/v2/sip/ipWhitelist \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.1.1"
}'
{
"success": true,
"message": "IP entry deleted successfully"
}
Authorizations
Vida API Token
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
curl --request DELETE \
--url https://api.vida.dev/api/v2/sip/ipWhitelist \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.1.1"
}'
{
"success": true,
"message": "IP entry deleted successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.