# Delete Simulation

Deletes simulation with given id

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
}
Path Params
uint64
required

Simulation ID (URI parameter)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json