Delete a Defender
DELETE/api/v32.07/defenders/:id
x-prisma-cloud-target-env: {"permission":"manageDefenders"}
Deletes an existing Defender on a given host.
To invoke this endpoint in the Console UI:
- Navigate to Manage > Defenders > Defenders.
- In a table row, click the dotted Actions button for the Defender you want to delete.
- Click the Decommission button to open the delete confirmation window.
- Click the Delete Defender button to delete the Defender.
cURL Request
The following cURL command deletes an existing Defender on a host.
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X DELETE \
https://<CONSOLE>/api/v<VERSION>/defenders/<HOSTNAME>
<HOSTNAME>
is populated with a value returned from the /api/v<VERSION>/defenders/names
endpoint.
Note: No response will be returned upon successful execution.
Request
Path Parameters
id stringrequired
Responses
- 200
- default
OK
Loading...