Skip to main content
DELETE
/
api
/
v1
/
cert-manager
/
discovery-jobs
/
{discoveryId}
cURL
curl --request DELETE \
  --url https://us.infisical.com/api/v1/cert-manager/discovery-jobs/{discoveryId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "projectId": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "discoveryType": "network",
  "targetConfig": "<unknown>",
  "isAutoScanEnabled": false,
  "scanIntervalDays": 123,
  "gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "isActive": true,
  "lastScanStatus": "<string>",
  "lastScanJobId": "<string>",
  "lastScanMessage": "<string>",
  "lastScannedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

discoveryId
string<uuid>
required

The ID of the discovery configuration

Response

Default Response

id
string<uuid>
required
projectId
string
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string | null
discoveryType
string
default:network
targetConfig
any
isAutoScanEnabled
boolean
default:false
scanIntervalDays
number | null
gatewayId
string<uuid> | null
isActive
boolean
default:true
lastScanStatus
string | null
lastScanJobId
string | null
lastScanMessage
string | null
lastScannedAt
string<date-time> | null