* Delete multiple instances, or set their deletedAt timestamp to the current time if `paranoid` is enabled.
* Delete multiple instances, or set their deletedAt timestamp to the current time if `paranoid` is enabled.
*
*
* @param {Object} [where] Options to describe the scope of the search.
* @param {Object} [options.where] Filter the destroy
* @param {Object} [options]
* @param {Boolean} [options.hooks=true] Run before / after bulk destroy hooks?
* @param {Boolean} [options.hooks=true] Run before / after bulk destroy hooks?
* @param {Boolean} [options.individualHooks=false] If set to true, destroy will find all records within the where parameter and will execute before / after bulkDestroy hooks on each row
* @param {Boolean} [options.individualHooks=false] If set to true, destroy will find all records within the where parameter and will execute before / after bulkDestroy hooks on each row
* @param {Number} [options.limit] How many rows to delete
* @param {Number} [options.limit] How many rows to delete