You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: