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"
}
Remove an existing IP address from your SIP IP whitelist.
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"
}
Vida API Token
Successful response
The response is of type object
.