Description
DeletesĀ an addon storage blockĀ for the Business Email Order for the specified domain name.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | Order ID of the Order for which Email Accounts need to be added |
addon | String | Required | Name of the addon (email_storage_5) |
quantity | Integer | Required | The number of storage addons to be deleted |
HTTP Method
POST
Example Test URL Request
US Server https://test.httpapi.com/api/eelite/us/addon/delete.json?auth-userid=0&api-key=key&order-id=0&addon=email_storage_5&quantity=2
Response
Returns a hash map containing the details
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.