Closed zacharyhamm closed 2 months ago
https://github.com/systeminit/si/pull/4544 means we only allow content in the body of a DELETE method (this is the longstanding behavior). So this route, which was written before this fix landed, needs to be changed.
@stack72 how do i test secret deletion? not sure where to find in the app
@jobelenus I believe this is the route you were talking about?
https://github.com/systeminit/si/pull/4544 means we only allow content in the body of a DELETE method (this is the longstanding behavior). So this route, which was written before this fix landed, needs to be changed.