Skip to Content

POST /persona/delete

Delete Persona

Bulk delete personas — composable infra architecture.

Request Body (DeletePersonaApiRequest)

FieldTypeRequiredDescription
idsstring[]NoList of persona UUIDs to delete (required on first call when all is false)
allbooleanNoWhen true, delete every persona matching the filter fields below (minus excluded_ids)
excluded_idsstring[]NoUUIDs to skip even when matched by all-mode filters
searchstringNoFull-text search query
scenario_idsstring[]NoFilter by scenario UUIDs
field_idsstring[]NoFilter by field UUIDs
filter_department_idsstring[]NoFilter by department UUIDs
scenario_searchstringNoSearch text for scenario facet (no-op for row filtering)
field_searchstringNoSearch text for field facet (no-op for row filtering)
department_searchstringNoSearch text for department facet (no-op for row filtering)
color_searchstringNoSearch text for color facet (no-op for row filtering)
icon_searchstringNoSearch text for icon facet (no-op for row filtering)
voice_searchstringNoSearch text for voice facet (no-op for row filtering)
instruction_searchstringNoSearch text for instruction facet (no-op for row filtering)
idempotency_keystringNoOperation key for ack — confirms or rejects a dormant delete
softbooleanNoStage the delete dormant — propose; the ack ({idempotency_key, accept}) confirms/rejects it
acceptbooleanNoAccept (confirm deletion) or reject (restore). Only meaningful with idempotency_key

Response (DeletePersonaApiResponse)

FieldTypeRequiredDescription
resultsDeletePersonaResult[]YesPer-persona deletion results
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on