日本語
cURL
curl -X -L DELETE "https://api.box.com/2.0/integration_mappings/slack/512521" \ -H "authorization: Bearer <ACCESS_TOKEN>" \ -d ''
{ "type": "error", "status": 400, "code": "item_name_invalid", "message": "Method Not Allowed", "context_info": { "message": "Something went wrong" }, "help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/", "request_id": "abcdef123456" }
Slack統合マッピングを削除します。
このエンドポイントを使用するには、管理者または共同管理者の役割が必要です。
The access token received from the authorization server in the OAuth 2.0 flow.
統合マッピングのID。
レスポンスの本文は空です。
このページは役に立ちましたか?