Loading...

Knowledge Base

Delete a Managed Server Linux Order Using the API

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

Delete

Description

Deletes an existing Managed Server Linux 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

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

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order ID of the Managed Server Order (entityid)

  • Action Type (actiontype)

  • Description of the Managed Server Order Delete Action (actiontypedesc)

  • Action ID of the Managed Server Order Delete Action (eaqid)

  • Managed Server Order Delete Action Status (actionstatus)

  • Description of the Managed Server Order Delete Action Status (actionstatusdesc)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.