Description
Delete all events emitted by a specific agent.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
id | ID of the agent |
curl -X DELETE \
https://<tenant-name>.tines.io/api/v1/agents/<agent-id>/remove_events \
-H 'content-type: application/json' \
-H 'x-user-email: <email-address>' \
-H 'x-user-token: <api-token>'
Response
A successful request will return an empty response with a 200
status code.