cURL
curl --request DELETE \ --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/custom-metrics/{metricId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a custom metric from an agent
{ "error": { "code": "FORBIDDEN", "message": "System metrics cannot be deleted" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the agent
The unique identifier of the metric to delete
Successful response