Skip to main content

Delete Approval Group

Deletes a specified approval group.

Request URL: /openapi/v1/approval/group/delete

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
idLongYesApproval group ID. You can obtain it by calling List Approval Groups.30044

Request Example

{
"id": 30044
}

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request is successful.true
requestIdStringRequest ID for troubleshooting and tracing.In3b6XAL-hnnouTJnnlgg3SCdjni2NGK
dataStringExecution result.success
errorCodeStringError code returned when the call fails.None
messageStringError message returned when the call fails.None

Successful Invocation Example

{
"success": true,
"requestId": "In3b6XAL-hnnouTJnnlgg3SCdjni2NGK",
"data": "success"
}