Removes the specified hosts from the cache. If a host exists in the original server configuration, it will revert to its config value after deletion. Hosts that only exist in cache will be completely removed.
The changes take effect immediately and persist across server restarts.
Array of host names to remove (case-insensitive).
200 OK - Updated list of SIP hooks after deletion400 Bad Request - If the hosts array is empty500 Internal Server Error - If writing the cache fails{ hosts: [] } array of host names (case-insensitive); empty arrays are rejected.AUTH_REQUIRED=true; failures return 500 if cache writing fails.Request body for deleting SIP hooks.
Contains a list of host names to remove from the SIP hooks cache.
List of host names to remove (case-insensitive). Hosts that exist in the original config will revert to their config values.
["example.com", "other.com"]Updated list of SIP hooks after deletion
Response body for SIP hooks operations.
List of all configured SIP hooks