Delete by ids or truncate the table.
If ids is None, the table is truncated.
Kwargs
- restart: bool to restart (when True) or continue (when False) identity,
when truncating
- cascade: bool to cascade (when True) or restrict (when False),
when truncating
:return: True if the operation was successful, False otherwise.
:rtype: bool | None