English
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" }
Deletes a Slack integration mapping.
You need Admin or Co-Admin role to use this endpoint.
The access token received from the authorization server in the OAuth 2.0 flow.
An ID of an integration mapping.
Empty body in response.
Was this page helpful?