# Backend DeletedObject object

The `DeletedObject` object represents an item that has been deleted from the database. It is used to represent the result of a delete operation.

## Properties

| Property                       | Type                       | Description                                         |
| ------------------------------ | -------------------------- | --------------------------------------------------- |
| <a id="deleted"></a> `deleted` | `boolean`                  | Whether the object has been deleted.                |
| <a id="id"></a> `id`           | `null | string` | The unique identifier for the deleted object.       |
| <a id="object"></a> `object`   | `string`                   | The type of object that has been deleted.           |
| <a id="slug"></a> `slug`       | `null | string` | The URL-friendly identifier for the deleted object. |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
