Delete

Description

Deletes an existing G Suite 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 which is to be deleted.

HTTP Method

POST

Example Test URL Request

India

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

South East Asia & Egypt

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

Rest of the World

https://test.httpapi.com/api/gapps/gbl/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 G Suite Order (entityid)

  • Action Id of the Order Unsuspension Action (eaqid)

  • Action Type (actiontype)

  • Description of the Order Deletion Action (actiontypedesc)

  • Order Deletion Action Status (actionstatus)

  • Description of the Order Deletion Action Status (actionstatusdesc)

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