# Delete

To delete a storage item from your storage area, please make the below DELETE request sending the correct request RID and your private token.

curl -X DELETE 'https://api.crawlbase.com/storage?token=_USER_TOKEN_&rid=RID' 

# Response

If Storage item found and deleted:

{ "success": "The Storage item has been deleted successfully" } 

If Storage item found and could not be deleted:

{ "error": "The Storage item could not be deleted" } 

If Storage item could not be found:

{ "error": "Not Found" }