Skip to main content
DELETE
/
projects
/
{project_id}
/
simulations
/
{simulation_id}
curl --location --request DELETE 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/simulations/a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
// No response body

Authentication

Authorization
string
required
Bearer token

Path Parameters

project_id
string
required
The unique identifier of the project (UUID format)
simulation_id
string
required
The unique identifier of the simulation (UUID format)

Response

Returns a 204 No Content status on successful deletion.
Deleting a simulation will permanently delete all associated events, task results, and evaluation data. This action cannot be undone.
curl --location --request DELETE 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/simulations/a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
// No response body