Next Topic

Previous Topic

Book Contents

Delete Department

Deletes a single department record.

DELETE /system/departments/{departmentId}

Headers

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}