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