# File lib/aflexi/crud.rb, line 25
      def destroy(id)
        api_call "delete", id
      end