vserver_remove_ipv6_subnet ()
The function is used to remove the IPv6 range from VPS. Otherwise, send an authorized request to order a range.
HTTP Method: | GET | |
---|---|---|
Parameters: | sid | session id* |
vserver_id | unique id of VPS* | |
ipv6_subnet_id | unique subnet id* | |
Returns: | HTTP code | 200 (OK) |
Function call successful. Reply portion reply is empty. |
Return errors
Error code | HTTP response code | Description |
---|---|---|
1 | 400 (Bad request) | Function was not performed, because all required parameters were not entered. Reply portion reply is empty. |
3 | 403 (Forbidden) | Function call failed, invalid sid parameter. Create new sid using /api/login function. Reply portion reply is empty. |
5 | 403 (Forbidden) | Function has not been performed, because it is probably an attempt to manipulate VPS that is not in your administration. Reply portion reply is empty. |
CURL
curl "https://admin.systems90.cz/api/vserver_remove_ipv6_subnet?sid=%sid%"
PHP Library
$api->vserver_remove_ipv6_subnet(array());