Path parameters
-
departmentId
string Required The department's unique document ID, i.e.
org.departments[]._id
.
DELETE
/orgs/departments/{departmentId}
curl \
--request DELETE 'https://open.api.missionx.ai/v1/orgs/departments/{departmentId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"message": "string",
"code": "string",
"data": {}
}
Response examples (500)
{
"message": "string",
"code": "string",
"data": {}
}