/** * @schema AdminCollectionDeleteResponse * type: object * description: The details of the deleted collection. * x-schemaName: AdminCollectionDeleteResponse * required: * - id * - object * - deleted * properties: * id: * type: string * title: id * description: The collection's ID. * object: * type: string * title: object * description: The name of the deleted object. * default: collection * deleted: * type: boolean * title: deleted * description: Whether the collection was deleted. * */