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