Description
Delete all events emitted by a specific action. Both the actions
and agents
endpoints are supported - simply replace actions
with agents
in the documentation below.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
action_id | ID of the action |
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/actions/<<action_id>>/remove_events \
-H 'content-type: application/json' \
-H 'x-user-token: <<CREDENTIAL.tines_api_key>>'
Response
A successful request will return an empty response with a 200
status code.