Loading...

Knowledge Base

Delete a Block Storage Order Using the API

When you want to delete an existing Block Storage order using the API. This article explains the required parameters and example API request to delete the order.

Delete

 

Description

Deletes an existing Block Storage Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder ID of the Order which is to be deleted

HTTP Method

POST

Example Test URL Request

US Server https://test.httpapi.com/api/blockstorage/us/delete.json?auth-userid=0&api-key=key&order-id=0  

Response

Returns a map of the execution details of the delete operation.