Skip to main content
POST
/
api
/
dept
/
remove
删除分组
curl --request POST \
  --url https://api.example.com/api/dept/remove \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": "<string>"
}
'
{}

Headers

Authentication
string
required

Body

application/json
ids
string
required

Response

200 - application/json

The response is of type object.