delete_platform
Remove a specified platform from a target scenario using its name and scenario ID. Returns a confirmation of removal.
Instructions
Remove a platform from a scenario.
Parameters
scenario_id: UUID of the target scenario. platform_name: Name of the platform to remove.
Returns
JSON with 'removed' boolean.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| platform_name | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |