What is the Department Deletion API?
Department Deletion API enables you to remove a specified department from your company.
API Version
API Version | Updated Time | Version Description |
V1 | 2022.10.28 | The API request frequency is increased from five times/second to 20 times/second. The parameter "dept_no" is moved to the request body, and the API route is changed to POST corp/department/delete. |
Request URL: https://api.jodoo.com/api/v5/corp/department/delete
Request Frequency: 20 times/second
Request Method: POST
Request Parameters:
Parameter | Type | Required | Description |
dept_no | Number | Yes | Department ID |
Sample Request:
{ "dept_no": 1 }
Responses:
Parameter | Type | Description |
status | String | Return request results |
Sample Response:
{ "status": "success" }
I have finished reading. 🏆
👉I can't wait to SET THE API.
👉I need more HELP in Discord Forum.