Refresh

This website cpng.automaticpallet.com/kb/answer/2293 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Delete

Description

Deletes an existing CodeGuard 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 Order which is to be deleted

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/codeguard/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 CodeGuard Order (entityid)

  • Action Type (actiontype)

  • Description of the CodeGuard Order Delete Action (actiontypedesc)

  • Action ID of the CodeGuard Order Delete Action (eaqid)

  • CodeGuard Order Delete Action Status (actionstatus)

  • Description of the CodeGuard Order Delete Action Status (actionstatusdesc)

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