---
title: Delete all dead
url: https://www.tines.com/docs/api/admin/jobs/delete-all-dead/
updated: 2023-12-19T23:00:54+00:00
description: Delete all dead jobs from the Tines tenant. This endpoint is relevant for dedicated tenants only.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Admin](https://www.tines.com/llm/docs/api/admin.md) › [Jobs](https://www.tines.com/llm/docs/api/admin/jobs.md)*

# Delete all dead

*[View on tines.com](https://www.tines.com/docs/api/admin/jobs/delete-all-dead/)*

## Description

Delete all dead jobs from the Tines tenant. This endpoint is relevant for dedicated tenants only.

## Request

HTTP Method: **DELETE**

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/admin/delete_all_dead_jobs \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

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