Skip to main content

Delete a Defender

DELETE 

/api/v32.04/defenders/:id

x-prisma-cloud-target-env: {"permission":"manageDefenders","saas":true,"self-hosted":true}
x-public: true

Deletes an existing Defender on a given host.

To invoke this endpoint in the Console UI:

  1. Navigate to Manage > Defenders > Defenders.
  2. In a table row, click the dotted Actions button for the Defender you want to delete.
  3. Click the Decommission button to open the delete confirmation window.
  4. 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

OK

Loading...