Delete Named Storages
No credit card required
Delete Named Storages
No credit card required
Deletes your named storages by matching their names with a RegExp, selecting a date, or more. Enables deleting multiple named storages fast and safe using a UI rather than API.
Storage type
storageType
EnumRequired
Type of the storages you want to delete.
Value options:
"DATASET": string"KEY_VALUE_STORE": string"REQUEST_QUEUE": string
Matching expression
matchingExpression
stringRequired
A regular expression in a string format used to match the names of storages to be deleted. It will be used to create an instance of RegExp
using new RegExp(expression)
All storages matching the pattern will be deleted unless other filters are provided.
Storage creation date
createdAt
stringOptional
Use YYYY-MM-DD format. The option limits the deleted storages to the ones created on the provided date. If you want to delete all storages from a given date, use '.*' as your Matching expression.
Max deleted storages
maxDeletedStorages
integerOptional
Limit the number of deleted storages to the given amount.
Newest first
newestFirst
booleanOptional
Sort storages from newest to oldest. In combination with the Max storages to delete option, this enables to "delete 5 newest storages" and similar commands.
Force delete
forceDelete
booleanOptional
If you are REALLY AND ABSOLUTELY sure that your filters will delete exactly the storages you need then you can use this flag to delete them immediately without the need for confirmation by a second run of the actor. Tread carefully!
Default value of this property is false
Actor Metrics
1 monthly user
-
1 star
Created in Jan 2020
Modified 4 years ago