Description
Delete all retry jobs from the Tines tenant.
Request
HTTP Method: DELETE
Query Parameter | Description |
---|---|
N/A |
Path Parameter | Description |
---|---|
N/A |
curl -X DELETE \
https://<<META.tenant.domain>>/api/v1/admin/delete_all_retry_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.