Closed DK318 closed 2 years ago
In delete endpoint we are using POST method. However, this endpoint has delete semantics so we need to use DELETE method.
delete
Change HTTP method from POST to DELETE in delete endpoint.
Fixed #
Tests
Documentation
Description
Problem
In
delete
endpoint we are using POST method. However, this endpoint has delete semantics so we need to use DELETE method.Solution
Change HTTP method from POST to DELETE in
delete
endpoint.Related issue(s)
Fixed #
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)