Description
Clear all the values stored in an action's memory. 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>>/clear_memory \
-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.