Skip to Content

POST /scenario/delete

Delete Scenario

Bulk delete scenarios — composable infra architecture.

Request Body (DeleteScenarioApiRequest)

FieldTypeRequiredDescription
scenario_idsstring[]NoUUIDs of scenarios to delete (required on first call when all is false)
allbooleanNoWhen true, delete every scenario matching the filter fields below (minus excluded_ids)
excluded_idsstring[]NoUUIDs to skip even when matched by all-mode filters
searchstringNoFull-text search query
persona_idsstring[]NoFilter by persona UUIDs
simulation_idsstring[]NoFilter by simulation UUIDs
filter_department_idsstring[]NoFilter by department UUIDs
persona_searchstringNoSearch text for persona facet (no-op for row filtering)
simulation_searchstringNoSearch text for simulation facet (no-op for row filtering)
department_searchstringNoSearch text for department facet (no-op for row filtering)
flag_searchstringNoSearch text for flag facet (no-op for row filtering)
idempotency_keystringNoOperation key for ack — confirms or rejects a dormant delete
softbooleanNoStage the delete dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it
acceptbooleanNoAccept (confirm deletion) or reject (restore). Only meaningful with idempotency_key

Response (DeleteScenarioApiResponse)

FieldTypeRequiredDescription
resultsDeleteScenarioResult[]YesList of operation results
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on