Delete custom metrics
POST
api/v2/talkwalker/p/:project_id/custom_metrics/deleteChanging the name or the type is not allowed.
Path Parameters
- project_id string requiredExample: {{project_id}}
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status_code": "0",
"status_message": "OK",
"request": "POST /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/custom_metrics/delete?access_token=abcd_1234_abcd",
"request_id": "#rxl5is2tsjc1#",
"result_custom_metrics": {
"data": [
{
"custom_metric": {
"name": "metric2"
},
"success": true
},
{
"custom_metric": {
"name": "variety_food3"
},
"success": true
}
]
}
}
Loading...