delete https://api.picussecurity.com/v1/simulations/
Deletes simulation with given id
About
You can delete an existing simulation with Delete Simulation endpoint by using the Simulation ID got from Simulation List endpoint.
Example
Deletes simulation with id 1.
curl --request DELETE \
--url https://api.picussecurity.com/v1/simulations/1 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer access_token'
{
"success": true
}