Delete Task Worker Metrics
Deletes all task worker metrics prior to the given date or all if no date is provided.
Method
DELETE /metrics/task-worker
Parameters
Query Parameters
Name | Description |
---|---|
date | The date value as string prior to which all task worker metrics should be deleted. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | Request successful. | |
403 | application/json | If the user who performs the operation is not a camunda-admin user. |
Example
Request
DELETE /metrics/task-worker?date=2020-01-01T00:00:00.000+0200
Response
Status 204. No content.