delete
https://api.picussecurity.com/v1/simulations/
Deletes simulation with given id
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}