Skip to main content
DELETE
/
simulate
/
scenarios
/
{scenario_id}
/
delete
/
Delete scenario
curl --request DELETE \
  --url https://api.futureagi.com/simulate/scenarios/{scenario_id}/delete/ \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

scenario_id
string<uuid>
required

Response

200 - application/json

Scenario deleted successfully

message
string