Delete Approval Setting

Last Updated on : 2023-06-21 07:13:06

Delete a specified approval setting based on the approval setting ID.

API address

DELETE: /v2.0/iot-03/meeting-settings/approvals/{id}

Request parameter

Parameter nameTypeINRequiredDescription
idStringuritrueThe ID of a specified approval setting.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful.

Request example

DELETE: /v2.0/iot-03/meeting-settings/approvals/1487832783143534****
{}

Return example

{
    "code": 200,
    "t": 1638781912862,
    "success": true
}

Error code

For more information, see error code.