module OpenAI::HTTP

def delete(path:)

def delete(path:)
  conn.delete(uri(path: path)) do |req|
    req.headers = headers
  end&.body
end