Removes the child process control configuration

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Deletes the child process application group and disables child process control enforcement.

Request URL

https://{serverurl}/dcapi/appctrl/deleteChildProcess

Scope

DesktopCentralCloud.AppControl.DELETECopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

Content-TypestringMandatory
application/deleteChildProcessGroup.v1+jsonapplication/deleteChildProcessGroup.v1+jsonCopied!
AcceptsstringMandatory
application/jsonapplication/jsonCopied!

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request PUT \
  --url https://appdomains/dcapi/appctrl/deleteChildProcess \
  --header 'Accepts: application/json' \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52' \
  --header 'Content-Type: application/deleteChildProcessGroup.v1+json'

Response Parameters

- HTTP code 200

Response Body - application/json
JSON Object
Hide Sub-Attributes
statusboolean

Whether the operation completed successfully (true=success, false=failure)

- HTTP code 500

Response Body - application/json
JSON Object
Hide Sub-Attributes
errorCodestring

Internal error code: INTERNAL_ERROR when exception occurs deleting child process group

errorMessagestring

Detailed message: Error while deleting child process app group

Possible Response Codes

200HTTP code
500HTTP code

Sample Response: HTTP 200

Child process configuration deleted successfully

Copied!
  {
    "status": true
  }
                
Show full

Sample Response: HTTP 500

Internal error while deleting child process group

Copied!
  {
    "errorMessage": "Error Occurred while deleting child process app group",
    "errorCode": "INTERNAL_ERROR"
  }
                
Show full

Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.