# Delete a probe

Delete a probe with a provided identifier

Endpoint: DELETE /gateway/chaos/manager/api/rest/v2/probes/{probeId}
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account ID to access the resource

  - `organizationIdentifier` (string, required)
    Organization ID to access the resource

  - `projectIdentifier` (string, required)
    Project ID to access the resource

## Path parameters:

  - `probeId` (string, required)
    ID of the probe to retrieve

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


