Skip to main content
DELETE
/
api
/
metrics
/
values
/
{value_uid}
Delete metric value
curl --request DELETE \
  --url https://dev.exante.app/api/metrics/values/{value_uid} \
  --header 'Authorization: Bearer <token>'
Deletes one metric value row.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

value_uid
string<uuid>
required

Metric value UID

Response

Metric value deleted