Slack統合マッピングを削除

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

Slack統合マッピングを削除します。

このエンドポイントを使用するには、管理者または共同管理者の役割が必要です。

リクエスト

bearer [ACCESS_TOKEN]
application/json

パスパラメータ

stringパス内必須
11235432

統合マッピングのID

レスポンス

none

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

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

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

delete
Slack統合マッピングを削除
このドキュメント内で一部のAPIを試せるようになりました。
ログイン

リクエストの例

cURL
curl -X -L DELETE "https://api.box.com/2.0/integration_mappings/slack/512521" \
     -H "authorization: Bearer <ACCESS_TOKEN>"  \
     -d ''
Node
await client.integrationMappings.deleteSlackIntegrationMappingById({
	integration_mapping_id: 123456
});