Delete all queued

Description

Delete all queued 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_queued_jobs \
  -H 'content-type: application/json' \
  -H 'x-user-token: <api-token>'

Response

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

Was this helpful?