DELETE/directory/user-types/{userTypeId}

사용자 유형을 삭제한다.

참고

  • 도메인의 사용자 유형 사용 여부가 'true'로 설정되어 있어야 한다.

Authorization

oauth2

oauth2인증, 자세한 내용은 인가·인증를 참조한다

Scope

directory

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/directory/user-types/{userTypeId}

Path Parameters

ParameterTypeDescription
userTypeId string 

사용자 유형 리소스 ID 또는 외부 키.
외부 키는 "externalKey:{externalKey}" 형태


required
example : employ2c-f321-47a6-ac11-e81fcc23a8c3 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden