Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

DELETE /rest/orgwise/3/department/{id}

DESCRIPTION

Disband a department. The department will be deleted and members will be removed from the department. Its sub departments will be disbanded too. Use with caution.

MEDIA TYPE

application/json

PATH PARAM

Param

Description

Required

id

The ID or No. of a department.

Required

RESPONSE

{
    "code": 0,
    "msg": "Success"
}

  • No labels