Delete dead

Description

Delete all dead jobs by action id. Both the actions and agents endpoints are supported - simply replace actions with agents in the documentation below.

Request

HTTP Method: DELETE

Query Parameter Description
N/A
Path Parameter Description
action-id ID of the action.
curl -X DELETE \
  https://<<META.tenant.domain>>/api/v1/admin/actions/<<action_id>>/delete_all_dead_jobs \
  -H 'content-type: application/json' \
  -H 'x-user-token: <<CREDENTIAL.tines_api_key>>'

Response

A successful request will return an empty response with a 204 status code.

Was this helpful?