DELETE
/orgs/departments/{departmentId}
curl \
--request DELETE 'https://open.api.missionx.ai/v2/orgs/departments/{departmentId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"message": "string",
"code": "string",
"data": {}
}
Response examples (500)
{
"message": "string",
"code": "string",
"data": {}
}