Skip to main content
DELETE
/
v1
/
metrics
/
{metric_id}
/
thresholds
/
{threshold_id}
Delete metric threshold
curl --request DELETE \
  --url https://api.coval.dev/v1/metrics/{metric_id}/thresholds/{threshold_id} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.coval.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

metric_id
string
required

22-character metric ID

Pattern: ^[a-zA-Z0-9]{22}$
threshold_id
string
required

26-character threshold ID (ULID)

Required string length: 26

Response

Threshold deleted successfully

The response is of type object.