Skip to main content
DELETE
/
organizations
/
{organization_id}
하위 조직 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v3/organizations/{organization_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Request validation failed.",
    "details": {
      "field": "name",
      "reason": "must not be blank"
    }
  }
}

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

organization_id
string
required

삭제할 하위 조직 ID입니다(직속 하위 조직).

Response

성공 응답