Skip to content

Change the file contract deletion endpoint to a POST request

Christopher Schinnerl requested to merge VoidingWarranties:host-delete-post into master

Created by: VoidingWarranties

This matches the API for deleting a file entry from the renter, which is also a POST request. It is also my opinion that any requests that mutate state should be a POST request, and any non-state-mutating requests should be a GET request.

Merge request reports