lib/elasticsearch/api/actions/license/delete.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/license/delete.rb in elasticsearch-api-8.0.1
- old
+ new
@@ -24,14 +24,13 @@
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-license.html
#
def delete(arguments = {})
+ arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
-
- arguments = arguments.clone
+ body = nil
method = Elasticsearch::API::HTTP_DELETE
path = "_license"
params = {}