Simulation Suites

Delete Simulation Suite

delete/eval/simulation/suite/{id}

Path parameters

idstring uuid required

The unique identifier for the resource.

Response

idstring uuid required

This is the unique identifier for the simulation suite.

orgIdstring uuid required

This is the unique identifier for the organization this suite belongs to.

createdAtstring date-time required

This is the ISO 8601 date-time string of when the suite was created.

updatedAtstring date-time required

This is the ISO 8601 date-time string of when the suite was last updated.

namestring required

This is the name of the simulation suite.

slackWebhookUrlstring

This is the Slack webhook URL for notifications.

pathstring nullable

Optional folder path for organizing simulation suites. Supports up to 3 levels (e.g., "dept/feature/variant"). Maps to GitOps resource folder structure.

simulationIdsstring[] required

This is the list of simulation IDs in this suite.

Example response

{
  "name": "Checkout Flow Tests"
}

Changes