Delete specific custom metric
DELETE
api/v2/talkwalker/p/:project_id/custom_metrics/m/:metric_nameDelete specific custom metric
Path Parameters
- project_id string requiredExample: {{project_id}}
- metric_name string required
Custom metric's name
Example: metric1
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status_code": "0",
"status_message": "OK",
"request": "DELETE /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/custom_metrics/m/metric1?access_token=abcd_1234_abcd",
"request_id": "#rxl5azv6ygmh#",
"result_custom_metrics": {
"data": [
{
"custom_metric": {
"name": "metric1"
},
"success": true
}
]
}
}
Loading...