Delete Scenario
Soft-deletes a scenario by marking it as deleted. The scenario is not removed from the database.
DELETE
https://api.futureagi.com/simulate/scenarios/{scenario_id}/delete/ Authentication
Path parameters
scenario_id
The scenario ID.
Response
200 OK message
Confirmation of successful deletion:
"Scenario deleted successfully". Errors
401
Invalid or missing API credentials.
404
Scenario not found or does not belong to your organization.
{"error": "Scenario not found."} 500
Unexpected server error.
{"error": "Failed to delete scenario: <message>"}