remove_card_from_dashboard
Delete a dashcard from a dashboard in Metabase by providing dashboard and dashcard IDs.
Instructions
Remove a card from a dashboard.
Args: dashboard_id: ID of the dashboard dashcard_id: ID of the dashcard (not the card ID - get this from dashboard info)
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | ||
| dashcard_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |