Remove an IP access control rule.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/ip-acl/{ip_acl_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/ip-acl/{ip_acl_id}
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/jsonenabled: false. This preserves the configuration for future use.204 No Content on successful deletion. No response body is returned.
No Content
curl -X DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/ip-acl/c1d2e3f4-a5b6-7890-cdef-1234567890ab \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
{
"error": "IP ACL not found",
"code": 404
}
curl -X PUT https://api.vobiz.ai/api/v1/account/{auth_id}/ip-acl/IP_ACL_ID \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{"enabled": false}'
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/ip-acl/{ip_acl_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"