insomnia-mockbin icon indicating copy to clipboard operation
insomnia-mockbin copied to clipboard

Add endpoint to delete bin

Open agent019 opened this issue 5 years ago • 0 comments

What:

Adds DELETE /bin/:uuid/delete endpoint, which removes the bin and log keys from Redis.

Why:

There's currently no way to delete a bin when a user is done with it. This causes Redis to eventually run out of memory, which is likely the cause of issues like #66, #68, and #69. This also resolves issue #65.

agent019 avatar Apr 10 '19 22:04 agent019