Ask Kevin is smarter.
OmniDimension
Simulation

Delete simulation

Permanently delete a simulation.

DELETE/simulations/
Path parameters
simulation_idrequired
curl -X DELETE 'https://backend.omnidim.io/api/v1/simulations/{simulation_id}' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "success": true,
  "message": "Simulation deleted successfully"
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

simulation_id*integer

Response Body

application/json