Description
Detach a Block Storage from a VPS server Order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | The order-id of the storage which is to be attached. |
detach-order-id | Integer | Required | The order-id of the server to which the volume must be dettached after. The server must be from the same data centre. |
HTTP Method
POST
Example Test URL Request
US Server
https://test.httpapi.com/api/blockstorage/us/detach.json?auth-userid=0&api-key=key&order-id=0&detach-order-id=0
Response
Returns a map of the execution details of the detach operation.