Skip to main content

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

  • Name
    deleted
    Type
    boolean
    Description

    Whether the object has been deleted.

  • Name
    id
    Type
    null | string
    Description

    The unique identifier for the deleted object.

  • Name
    object
    Type
    string
    Description

    The type of object that has been deleted.

  • Name
    slug
    Type
    null | string
    Description

    The URL-friendly identifier for the deleted object.

Feedback

What did you think of this content?

Last updated on