Interface- DeleteOptions
Configuration options for deleting objects from Replit Object Storage, including error handling settings for non-existent objects.
Configuration options for deleting an Object.
Properties
ignoreNotFound
• Optional
ignoreNotFound: boolean
Specifies whether to ignore errors if the specified Object does not exist. If set to true
, no error will be raised if the Object is not found. By default, this property is set to false
.
Defined in
This interface defines the configuration options that can be provided when deleting an Object from Object Storage. The ignoreNotFound
property specifies whether to ignore errors if the specified Object does not exist. By default, the value is false
, meaning an error will be raised if the Object is not found.
Was this page helpful?