B
BoxApi
Arcade Native

DeleteTeamsIntegrationMapping

BoxApi.DeleteTeamsIntegrationMapping

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Deletes a Teams integration mapping in Box.

Use this tool to delete a Teams integration mapping in Box. Admin or Co-Admin roles are required to perform this action.

Input Parameters

{
  "parameters": [
    {
      "name": "integration_mapping_identifier",
      "required": true,
      "inferrable": true,
      "description": "The ID of the Teams integration mapping to be deleted. Required for identifying the specific mapping.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'delete_integration_mappings_teams_id'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}