-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
There is no way to free the application from a crawl. The deletion of a crawl is not implemented. It should delete a crawl from the database, and delete the crawls' files from the object storage.
Describe the solution you'd like
Implement a /websites/{website_id}/crawls/{crawl_id} delete method that deletes a crawl in the database and its files in object storage
Implement a /websites/{website_id} delete method that deletes all crawls of a website in the database and their files in object storage
Metadata
Metadata
Assignees
Labels
No labels