Skip to main content
DELETE
/
simulations
/
{simulationReference}
Delete scenario
curl --request DELETE \
  --url https://api-trial.cognigy.ai/testing/simulations/{simulationReference} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "field": "<string>",
  "code": "<string>",
  "traceId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer Token for authentication

Path Parameters

simulationReference
string
required

Reference ID of the scenario

Query Parameters

projectId
string
required

Project identifier

Response

Scenario deleted successfully

Last modified on July 2, 2026