DELETE/directory/user-types/{userTypeId}

利用権限タイプを削除する。

  • ドメインの利用権限タイプ設定が有効である必要がある。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

directory

HTTP Request

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

Path Parameters

ParameterTypeDescription
userTypeId string 

利用権限タイプを特定する ID (URL エンコードする)

  • 利用権限タイプ ID (userTypeId)
  • 利用権限タイプの ExternalKey (externalKey:{userTypeExternalKey})

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

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden