Simulation
Delete simulation
Permanently delete a simulation.
DELETE/simulations/
Bearersession
Path parameters
simulation_idrequiredcurl -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
