serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

/delete endpoint: Use the `DELETE` verb #88

Closed dcastro closed 2 years ago

dcastro commented 2 years ago

Clarification and motivation

The /delete endpoint uses the POST verb, where it has DELETE semantics. We should use the DELETE verb instead.

Acceptance criteria