DELETE /projects/{project}/probes/{probeId}
Endpoint
Section titled “Endpoint”DELETE /api/v1/projects/{project}/probes/{probeId}Description
Section titled “Description”Deletes one probe from the given project.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | Yes | Project name |
probeId | string | Yes | Generated probe identifier |
Example Request
Section titled “Example Request”curl -X DELETE http://localhost/api/v1/projects/status-page/probes/5be5db4b8f0d98f0c4b2c6f24395d5f7f8d4fe10 \ -H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"Response
Section titled “Response”This endpoint returns no body on success.
Status Codes
Section titled “Status Codes”204Probe deleted401Missing or invalid API key404Probe not found