cURL
curl --request DELETE \ --url 'https://api.vida.dev/api/v2/sip/ipWhitelist?token=' \ --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.
Documentation IndexFetch the complete documentation index at: https://vida.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Vida API Token
IP address to remove
"192.168.1.1"
Successful response
true
"IP entry deleted successfully"