cURL
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>" }
Soft delete a scenario (sets deleted flag)
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Scenario deleted successfully
Was this page helpful?