DeletedModelOut

This model has been created to return the id of the deleted document in the database

from .mongo_model import MongoModel

class DeletedModelOut(MongoModel):
    id: str

The result of a DELETE request

{
    "id": "66094bbb5d477c1e95410be6"
}