Sandboxes

Delete Sandbox Scenario

Beta
DEL
Deletes an existing scenario from a sandbox, keying off of the provided scenario id.

Path parameters

idstringRequired
A UUID string identifying this sandbox.
scenario_idstringRequired
An id identifying the scenario that you'd like to delete
DEL
1curl -X DELETE https://api.vellum.ai/v1/sandboxes/id/scenarios/scenario_id \
2 -H "X_API_KEY: <apiKey>"