Is it against the HTTP Protocol and Best practice to have parameters in a HTTP DELETE (verb) - specifying what should be DELETED.
For example: VERB: DELETE
http://localhost:9393/delete-dns-record?zone=codedtrue.com&type=A&hostname=blog3&attributes=xyz
(using the url parameters to delete the correct resource)
If so, how should this be implemented?