Skip to content

DELETE /projects/{project}/probes/{probeId}

DELETE /api/v1/projects/{project}/probes/{probeId}

Deletes one probe from the given project.

ParameterTypeRequiredDescription
projectstringYesProject name
probeIdstringYesGenerated probe identifier
Terminal window
curl -X DELETE http://localhost/api/v1/projects/status-page/probes/5be5db4b8f0d98f0c4b2c6f24395d5f7f8d4fe10 \
-H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"

This endpoint returns no body on success.

  • 204 Probe deleted
  • 401 Missing or invalid API key
  • 404 Probe not found