Box Developerドキュメント
 
    ベータ

    Delete Teams integration mapping

    delete
    https://api.box.com/2.0
    /integration_mappings/teams/:integration_mapping_id

    このエンドポイントはバージョン2024.0です。引き続き使用するために 変更は必要ありません。詳細については、 **Box APIのバージョン管理**を参照してください。

    Deletes a Teams integration mapping. You need Admin or Co-Admin role to use this endpoint.

    リクエスト

    bearer [ACCESS_TOKEN]
    application/json

    パスパラメータ

    stringパス内必須
    11235432

    統合マッピングのID

    レスポンス

    none

    レスポンスの本文は空です。

    統合マッピングが見つからなかった場合、not_foundエラーを返します。

    予期しないクライアントエラー。

    delete
    Delete Teams integration mapping
    このドキュメント内で一部のAPIを試せるようになりました。
    ログイン

    リクエストの例

    TypeScript Gen
    await userClient.integrationMappings.deleteTeamsIntegrationMappingById(
      integrationMappingId,
    );